ARM: dts: hix5hd2: add usb node
[deliverable/linux.git] / arch / arm / boot / dts / hisi-x5hd2.dtsi
index 802331b4c7148360c76265c910d89883b8e77d09..92522644c82b91029f9bd1775f984730d2f60649 100644 (file)
                        clocks = <&clock HIX5HD2_MAC1_CLK>;
                        status = "disabled";
                };
+
+               usb0: ehci@1890000 {
+                       compatible = "generic-ehci";
+                       reg = <0x1890000 0x1000>;
+                       interrupts = <0 66 4>;
+                       clocks = <&clock HIX5HD2_USB_CLK>;
+               };
+
+               usb1: ohci@1880000 {
+                       compatible = "generic-ohci";
+                       reg = <0x1880000 0x1000>;
+                       interrupts = <0 67 4>;
+                       clocks = <&clock HIX5HD2_USB_CLK>;
+               };
        };
 };
This page took 0.067051 seconds and 5 git commands to generate.