rockchip: rk3588: Update USB3 related nodes in u-boot.dtsi
[pandora-u-boot.git] / arch / arm / dts / rk3588-generic-u-boot.dtsi
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3 #include "rk3588s-u-boot.dtsi"
4
5 &u2phy0 {
6         status = "okay";
7 };
8
9 &u2phy0_otg {
10         status = "okay";
11 };
12
13 &usbdp_phy0 {
14         status = "okay";
15 };
16
17 &usb_host0_xhci {
18         dr_mode = "peripheral";
19         maximum-speed = "high-speed";
20         status = "okay";
21 };