arm64: dts: rockchip: enable usb2 for RK3328 evaluation board

Rockchip's RK3328 evaluation board has one usb2 otg controller
and one usb2 host controller which consist of EHCI and OHCI.
Each usb controller connects with one usb2 phy port through
UTMI+ interface. Let's enable them to support usb2 on RK3328
evaluation board.

Signed-off-by: William Wu <william.wu@rock-chips.com>
[restructured enablement of u2phy subnodes]
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
William Wu 2017-06-16 18:34:15 +08:00 committed by Heiko Stuebner
parent c60c0373a5
commit d4446793c1
1 changed files with 24 additions and 0 deletions

View File

@ -55,3 +55,27 @@ chosen {
&uart2 {
status = "okay";
};
&u2phy {
status = "okay";
};
&u2phy_host {
status = "okay";
};
&u2phy_otg {
status = "okay";
};
&usb20_otg {
status = "okay";
};
&usb_host0_ehci {
status = "okay";
};
&usb_host0_ohci {
status = "okay";
};