|
@@ -294,6 +294,16 @@
|
|
|
status = "disabled";
|
|
|
};
|
|
|
|
|
|
+ exynos_usbphy: exynos-usbphy@125B0000 {
|
|
|
+ compatible = "samsung,exynos4210-usb2-phy";
|
|
|
+ reg = <0x125B0000 0x100>;
|
|
|
+ samsung,pmureg-phandle = <&pmu_system_controller>;
|
|
|
+ clocks = <&clock CLK_USB_DEVICE>, <&clock CLK_XUSBXTI>;
|
|
|
+ clock-names = "phy", "ref";
|
|
|
+ #phy-cells = <1>;
|
|
|
+ status = "disabled";
|
|
|
+ };
|
|
|
+
|
|
|
ehci@12580000 {
|
|
|
compatible = "samsung,exynos4210-ehci";
|
|
|
reg = <0x12580000 0x100>;
|