arm64: dts: qcom: lemans-evk: Enable the tertiary USB controller

Enable the tertiary usb controller connected to micro usb port in OTG mode
on Lemans EVK platform.

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Swati Agarwal <swati.agarwal@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260306091355.1178333-5-swati.agarwal@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Swati Agarwal 2026-03-06 14:43:55 +05:30 committed by Bjorn Andersson
parent 0e2e381840
commit 766617011b

View File

@ -68,6 +68,25 @@ usb0_con_ss_ep: endpoint {
};
};
connector-2 {
compatible = "gpio-usb-b-connector", "usb-b-connector";
label = "micro-USB";
type = "micro";
id-gpios = <&pmm8654au_2_gpios 11 GPIO_ACTIVE_HIGH>;
vbus-gpios = <&expander3 3 GPIO_ACTIVE_HIGH>;
vbus-supply = <&usb2_vbus>;
pinctrl-0 = <&usb2_id>;
pinctrl-names = "default";
port {
usb2_con_hs_ep: endpoint {
remote-endpoint = <&usb_2_dwc3_hs>;
};
};
};
edp0-connector {
compatible = "dp-connector";
label = "EDP0";
@ -141,6 +160,15 @@ usb0_vbus: regulator-usb0-vbus {
enable-active-high;
};
usb2_vbus: regulator-usb2-vbus {
compatible = "regulator-fixed";
regulator-name = "usb2_vbus";
gpio = <&pmm8654au_1_gpios 9 GPIO_ACTIVE_HIGH>;
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
enable-active-high;
};
vmmc_sdc: regulator-vmmc-sdc {
compatible = "regulator-fixed";
@ -719,6 +747,14 @@ usb0_intr_state: usb0-intr-state {
bias-pull-up;
power-source = <0>;
};
usb2_id: usb2-id-state {
pins = "gpio11";
function = "normal";
input-enable;
bias-pull-up;
power-source = <0>;
};
};
&qup_i2c19_default {
@ -966,6 +1002,22 @@ &usb_0_qmpphy {
status = "okay";
};
&usb_2 {
status = "okay";
};
&usb_2_dwc3_hs {
remote-endpoint = <&usb2_con_hs_ep>;
};
&usb_2_hsphy {
vdda-pll-supply = <&vreg_l7a>;
vdda18-supply = <&vreg_l6c>;
vdda33-supply = <&vreg_l9a>;
status = "okay";
};
&xo_board_clk {
clock-frequency = <38400000>;
};