ARM: mvebu: add Device Tree description for the EHCI controllers on Armada 375
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / armada-375.dtsi
index 1c6c3a73d96ddc98f1b38b020d0f3e556f3ab750..fb92551a1e71586e4fc9aadf834c21e9b85e6679 100644 (file)
                                reg = <0x21010 0x1c>;
                        };
 
+                       usb@50000 {
+                               compatible = "marvell,orion-ehci";
+                               reg = <0x50000 0x500>;
+                               interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
+                               clocks = <&gateclk 18>;
+                               status = "disabled";
+                       };
+
+                       usb@54000 {
+                               compatible = "marvell,orion-ehci";
+                               reg = <0x54000 0x500>;
+                               interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
+                               clocks = <&gateclk 26>;
+                               status = "disabled";
+                       };
+
                        usb3@58000 {
                                compatible = "marvell,armada-375-xhci";
                                reg = <0x58000 0x20000>,<0x5b880 0x80>;