ARM: dts: add ohci and ehci controller nodes for EXYNOS5440
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / exynos5440.dtsi
index 871ebad7bcbd27049d6445b3cd3d37c184702259..9fd78842e0e0f3bdf0714f819ee693c1a6a25008 100644 (file)
                clock-names = "sata";
        };
 
+       ohci@220000 {
+               compatible = "samsung,exynos5440-ohci";
+               reg = <0x220000 0x1000>;
+               interrupts = <0 29 0>;
+               clocks = <&clock 24>;
+               clock-names = "usbhost";
+       };
+
+       ehci@221000 {
+               compatible = "samsung,exynos5440-ehci";
+               reg = <0x221000 0x1000>;
+               interrupts = <0 29 0>;
+               clocks = <&clock 24>;
+               clock-names = "usbhost";
+       };
 };