summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/ata/marvell.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/ata/marvell.txt')
-rw-r--r--dts/Bindings/ata/marvell.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/dts/Bindings/ata/marvell.txt b/dts/Bindings/ata/marvell.txt
new file mode 100644
index 0000000000..1c8351604d
--- /dev/null
+++ b/dts/Bindings/ata/marvell.txt
@@ -0,0 +1,16 @@
+* Marvell Orion SATA
+
+Required Properties:
+- compatibility : "marvell,orion-sata" or "marvell,armada-370-sata"
+- reg : Address range of controller
+- interrupts : Interrupt controller is using
+- nr-ports : Number of SATA ports in use.
+
+Example:
+
+ sata@80000 {
+ compatible = "marvell,orion-sata";
+ reg = <0x80000 0x5000>;
+ interrupts = <21>;
+ nr-ports = <2>;
+ }