arm: mvebu: SATA support: SoC-level DT data for Armada 370/XP
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Fri, 26 Oct 2012 12:30:47 +0000 (14:30 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 20 Nov 2012 14:42:06 +0000 (15:42 +0100)
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Lior Amsalem <alior@marvell.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
arch/arm/boot/dts/armada-370-xp.dtsi

index 94b4b9e..0abc8a1 100644 (file)
                        compatible = "marvell,armada-addr-decoding-controller";
                        reg = <0xd0020000 0x258>;
                };
+
+               sata@d00a0000 {
+                       compatible = "marvell,orion-sata";
+                       reg = <0xd00a0000 0x2400>;
+                       interrupts = <55>;
+                       clocks = <&gateclk 15>, <&gateclk 30>;
+                       clock-names = "0", "1";
+                       status = "disabled";
+               };
+
        };
 };