Skip to content
Snippets Groups Projects
Commit e30c060a authored by Sebastian Reichel's avatar Sebastian Reichel Committed by Boris Brezillon
Browse files

arm64: dts: rockchip: rk3588-rock5b: add USB3 host


Enable USB3 host controller for the Radxa ROCK 5 Model B. This adds
USB3 for the upper USB3 port (the one further away from the PCB).

The lower USB3 (closer to the PCB) and the USB-C ports use the RK3588
USB TypeC host controller, which use a different PHY that is not yet
supported upstream.

Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent c75c6c1e
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,10 @@
status = "okay";
};
&combphy2_psu {
status = "okay";
};
&cpu_b0 {
cpu-supply = <&vdd_cpu_big0_s0>;
};
......@@ -765,3 +769,7 @@
&usb_host1_ohci {
status = "okay";
};
&usb_host2_xhci {
status = "okay";
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment