Commit 7152ea7d authored by Heiko Stuebner's avatar Heiko Stuebner

arm64: dts: rockchip: enable usb3 controllers on rk3399-firefly

This allows basic usage of usb3 devices but no typec specific things yet.
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 2eca8411
......@@ -698,3 +698,21 @@ &usb_host1_ehci {
&usb_host1_ohci {
status = "okay";
};
&usbdrd3_0 {
status = "okay";
};
&usbdrd_dwc3_0 {
status = "okay";
dr_mode = "otg";
};
&usbdrd3_1 {
status = "okay";
};
&usbdrd_dwc3_1 {
status = "okay";
dr_mode = "host";
};
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