arm64: dts: rockchip: rv1126bp-evb-v14: Add USB2.0

Signed-off-by: William Wu <william.wu@rock-chips.com>
Change-Id: I787a2a556067128c6c7e0ad4245d07a2002391c5
This commit is contained in:
William Wu
2025-03-24 14:49:31 +08:00
committed by Tao Huang
parent 4f39f58169
commit 0aaaef7d52

View File

@@ -302,6 +302,8 @@
};
vcc5v0_host: SWITCH_REG1 {
regulator-always-on;
regulator-boot-on;
regulator-name = "vcc5v0_host";
};
@@ -358,3 +360,17 @@
&sai0_mclkout {
status = "okay";
};
&usb2phy_host {
phy-supply = <&vcc5v0_host>;
};
&usb_drd_dwc3 {
extcon = <&usb2phy>;
phys = <&usb2phy_otg>;
phy-names = "usb2-phy";
maximum-speed = "high-speed";
snps,dis_u2_susphy_quirk;
snps,usb2-lpm-disable;
snps,usb2-gadget-lpm-disable;
};