arm64: dts: rockchip: rk3326-evb-lp3-v10: enable USB controllers

Enable DWC2 controller, EHCI controller, OHCI controller and
USB PHY.

Change-Id: I6c1fe5f9f074352f2a18db6337a855cf7d8089f2
Signed-off-by: Meng Dongyang <daniel.meng@rock-chips.com>
This commit is contained in:
Meng Dongyang 2018-01-08 18:09:27 +08:00 committed by Tao Huang
commit a1aacd7186

View file

@ -378,6 +378,30 @@
status = "disabled";
};
&u2phy {
status = "okay";
u2phy_host: host-port {
status = "okay";
};
u2phy_otg: otg-port {
status = "okay";
};
};
&usb20_otg {
status = "okay";
};
&usb_host0_ehci {
status = "okay";
};
&usb_host0_ohci {
status = "okay";
};
&vopb {
status = "okay";
};