|
@@ -143,5 +143,26 @@
|
|
reg = <0xc8000600 0x200>;
|
|
reg = <0xc8000600 0x200>;
|
|
interrupts = < 63 >;
|
|
interrupts = < 63 >;
|
|
};
|
|
};
|
|
|
|
+
|
|
|
|
+ usb@c5000000 {
|
|
|
|
+ compatible = "nvidia,tegra20-ehci", "usb-ehci";
|
|
|
|
+ reg = <0xc5000000 0x4000>;
|
|
|
|
+ interrupts = < 52 >;
|
|
|
|
+ phy_type = "utmi";
|
|
|
|
+ };
|
|
|
|
+
|
|
|
|
+ usb@c5004000 {
|
|
|
|
+ compatible = "nvidia,tegra20-ehci", "usb-ehci";
|
|
|
|
+ reg = <0xc5004000 0x4000>;
|
|
|
|
+ interrupts = < 53 >;
|
|
|
|
+ phy_type = "ulpi";
|
|
|
|
+ };
|
|
|
|
+
|
|
|
|
+ usb@c5008000 {
|
|
|
|
+ compatible = "nvidia,tegra20-ehci", "usb-ehci";
|
|
|
|
+ reg = <0xc5008000 0x4000>;
|
|
|
|
+ interrupts = < 129 >;
|
|
|
|
+ phy_type = "utmi";
|
|
|
|
+ };
|
|
};
|
|
};
|
|
|
|
|