arm64: dts: rockchip: rk3568-nvr: add usb3otg support

Signed-off-by: Ren Jianing <jianing.ren@rock-chips.com>
Change-Id: Icd68825442e89ff78ae8139b7326ad1ba253e7a9
This commit is contained in:
Ren Jianing
2020-12-16 09:23:08 +08:00
committed by Tao Huang
parent e37604f00f
commit 9b9650c3d5

View File

@@ -176,6 +176,10 @@
};
};
&combphy0_us {
status = "okay";
};
&cpu0 {
cpu-supply = <&vdd_cpu>;
};
@@ -410,10 +414,8 @@
};
&usbdrd_dwc3 {
dr_mode = "peripheral";
phys = <&u2phy0_otg>;
phy-names = "usb2-phy";
maximum-speed = "high-speed";
dr_mode = "otg";
extcon = <&usb2phy0>;
status = "okay";
};
@@ -421,16 +423,6 @@
status = "okay";
};
&usbhost_dwc3 {
phys = <&u2phy0_host>;
phy-names = "usb2-phy";
status = "okay";
};
&usbhost30 {
status = "okay";
};
&vdpu {
status = "okay";
};