Commit 00ea07cd authored by Komal Bajaj's avatar Komal Bajaj Committed by Bjorn Andersson

arm64: dts: qcom: qdu1000-idp: enable USB nodes

Enable both USB controllers and associated hsphy and qmp phy
nodes on QDU1000 IDP.
Co-developed-by: default avatarAmrit Anand <quic_amrianan@quicinc.com>
Signed-off-by: default avatarAmrit Anand <quic_amrianan@quicinc.com>
Signed-off-by: default avatarKomal Bajaj <quic_kbajaj@quicinc.com>
Link: https://lore.kernel.org/r/20240502090326.21489-3-quic_kbajaj@quicinc.comSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent dd1bd5bf
...@@ -500,3 +500,26 @@ &tlmm { ...@@ -500,3 +500,26 @@ &tlmm {
&uart7 { &uart7 {
status = "okay"; status = "okay";
}; };
&usb_1 {
status = "okay";
};
&usb_1_dwc3 {
dr_mode = "peripheral";
};
&usb_1_hsphy {
vdda-pll-supply = <&vreg_l8a_0p91>;
vdda18-supply = <&vreg_l14a_1p8>;
vdda33-supply = <&vreg_l2a_2p3>;
status = "okay";
};
&usb_1_qmpphy {
vdda-phy-supply = <&vreg_l8a_0p91>;
vdda-pll-supply = <&vreg_l3a_1p2>;
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment