arm64: dts: imx95-15x15-evk: enable USB2.0 node

On this board, USB2.0 is a host-only port, add vbus regulator node
and enable USB2.0 node.

Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Xu Yang 2025-04-10 14:49:07 +08:00 committed by Shawn Guo
parent c735865557
commit a5b22b72e9

View File

@ -136,6 +136,15 @@ reg_usdhc3_vmmc: regulator-usdhc3 {
startup-delay-us = <20000>;
};
reg_usb_vbus: regulator-vbus {
compatible = "regulator-fixed";
regulator-name = "USB_VBUS";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
gpio = <&pcal6524 3 GPIO_ACTIVE_HIGH>;
enable-active-high;
};
reg_vcc_12v: regulator-vcc-12v {
compatible = "regulator-fixed";
regulator-max-microvolt = <12000000>;
@ -1023,6 +1032,13 @@ &tpm6 {
status = "okay";
};
&usb2 {
dr_mode = "host";
vbus-supply = <&reg_usb_vbus>;
disable-over-current;
status = "okay";
};
&usb3 {
status = "okay";
};