arm: orion5x: add ehci bindings to dtsi
authorAlexander Clouter <alex@digriz.org.uk>
Tue, 26 Mar 2013 21:44:47 +0000 (21:44 +0000)
committerJason Cooper <jason@lakedaemon.net>
Sun, 31 Mar 2013 00:27:45 +0000 (00:27 +0000)
The orion5x SoC also includes a USB EHCI componment so lets add that
to the dtsi (disable by default incase the pins are not broken out).

Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/orion5x.dtsi

index 8aad00f..4db020d 100644 (file)
                        status = "okay";
                };
 
+               ehci@50000 {
+                       compatible = "marvell,orion-ehci";
+                       reg = <0x50000 0x1000>;
+                       interrupts = <17>;
+                       status = "disabled";
+               };
+
+               ehci@a0000 {
+                       compatible = "marvell,orion-ehci";
+                       reg = <0xa0000 0x1000>;
+                       interrupts = <12>;
+                       status = "disabled";
+               };
+
                sata@80000 {
                        compatible = "marvell,orion-sata";
                        reg = <0x80000 0x5000>;