ARM: dts: rockchip: enable usb host/phy for rv11xx_evb_v10

Change-Id: I31860d51efa64f106f9e5820e6573fe627b2cfa9
Signed-off-by: Jianing Ren <jianing.ren@rock-chips.com>
This commit is contained in:
Jianing Ren
2020-03-30 20:18:44 +08:00
committed by Tao Huang
parent 890c9b6034
commit 004b4e8245

View File

@@ -980,20 +980,43 @@
status = "okay";
};
&u2phy0 {
status = "okay";
u2phy_otg: otg-port {
status = "okay";
};
};
&u2phy1 {
status = "okay";
u2phy_host: host-port {
status = "okay";
phy-supply = <&vcc5v0_host>;
};
};
&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_xfer &uart0_ctsn>;
status = "okay";
};
&usb_host0_ehci {
status = "okay";
};
&usb_host0_ohci {
status = "okay";
};
&usbdrd {
status = "okay";
};
&usbdrd_dwc3 {
status = "okay";
/delete-property/ phys;
dr_mode = "peripheral";
extcon = <&u2phy0>;
};
&vdpu {