|
@@ -314,6 +314,26 @@
|
|
|
clocks = <&clkc 4>;
|
|
|
};
|
|
|
|
|
|
+ usb0: usb@e0002000 {
|
|
|
+ compatible = "xlnx,zynq-usb-2.20a", "chipidea,usb2";
|
|
|
+ status = "disabled";
|
|
|
+ clocks = <&clkc 28>;
|
|
|
+ interrupt-parent = <&intc>;
|
|
|
+ interrupts = <0 21 4>;
|
|
|
+ reg = <0xe0002000 0x1000>;
|
|
|
+ phy_type = "ulpi";
|
|
|
+ };
|
|
|
+
|
|
|
+ usb1: usb@e0003000 {
|
|
|
+ compatible = "xlnx,zynq-usb-2.20a", "chipidea,usb2";
|
|
|
+ status = "disabled";
|
|
|
+ clocks = <&clkc 29>;
|
|
|
+ interrupt-parent = <&intc>;
|
|
|
+ interrupts = <0 44 4>;
|
|
|
+ reg = <0xe0003000 0x1000>;
|
|
|
+ phy_type = "ulpi";
|
|
|
+ };
|
|
|
+
|
|
|
watchdog0: watchdog@f8005000 {
|
|
|
clocks = <&clkc 45>;
|
|
|
compatible = "xlnx,zynq-wdt-r1p2";
|