|
@@ -243,6 +243,24 @@
|
|
|
status = "disabled";
|
|
|
};
|
|
|
|
|
|
+ ehci@12580000 {
|
|
|
+ compatible = "samsung,exynos4210-ehci";
|
|
|
+ reg = <0x12580000 0x100>;
|
|
|
+ interrupts = <0 70 0>;
|
|
|
+ clocks = <&clock 304>;
|
|
|
+ clock-names = "usbhost";
|
|
|
+ status = "disabled";
|
|
|
+ };
|
|
|
+
|
|
|
+ ohci@12590000 {
|
|
|
+ compatible = "samsung,exynos4210-ohci";
|
|
|
+ reg = <0x12590000 0x100>;
|
|
|
+ interrupts = <0 70 0>;
|
|
|
+ clocks = <&clock 304>;
|
|
|
+ clock-names = "usbhost";
|
|
|
+ status = "disabled";
|
|
|
+ };
|
|
|
+
|
|
|
mfc: codec@13400000 {
|
|
|
compatible = "samsung,mfc-v5";
|
|
|
reg = <0x13400000 0x10000>;
|