|
@@ -80,6 +80,19 @@
|
|
|
};
|
|
|
};
|
|
|
|
|
|
+&apb {
|
|
|
+ usb2_phy2: phy@78040 {
|
|
|
+ compatible = "amlogic,meson-gxl-usb2-phy";
|
|
|
+ #phy-cells = <0>;
|
|
|
+ reg = <0x0 0x78040 0x0 0x20>;
|
|
|
+ clocks = <&clkc CLKID_USB>;
|
|
|
+ clock-names = "phy";
|
|
|
+ resets = <&reset RESET_USB_OTG>;
|
|
|
+ reset-names = "phy";
|
|
|
+ status = "okay";
|
|
|
+ };
|
|
|
+};
|
|
|
+
|
|
|
&clkc_AO {
|
|
|
compatible = "amlogic,meson-gxm-aoclkc", "amlogic,meson-gx-aoclkc";
|
|
|
};
|
|
@@ -100,3 +113,7 @@
|
|
|
&hdmi_tx {
|
|
|
compatible = "amlogic,meson-gxm-dw-hdmi", "amlogic,meson-gx-dw-hdmi";
|
|
|
};
|
|
|
+
|
|
|
+&dwc3 {
|
|
|
+ phys = <&usb3_phy>, <&usb2_phy0>, <&usb2_phy1>, <&usb2_phy2>;
|
|
|
+};
|