Commit d4446793 authored by William Wu's avatar William Wu Committed by Heiko Stuebner

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: default avatarWilliam Wu <william.wu@rock-chips.com>
[restructured enablement of u2phy subnodes]
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent c60c0373
......@@ -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";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment