[PATCH 1/2] dt-bindings: usb: qcom,snps-dwc3: Add IPQ9650 compatible

From: Varadarajan Narayanan

Date: Tue Aug 25 2026 - 01:09:39 EST


Add the qcom,ipq9650-dwc3 compatible for the two DWC3 USB controllers found
on IPQ9650, using qcom,snps-dwc3 as the fallback compatible.

One controller is connected to a High-Speed PHY, while the other is
connected to both High-Speed and SuperSpeed PHYs.

Signed-off-by: Varadarajan Narayanan <varadarajan.narayanan@xxxxxxxxxxxxxxxx>
---
.../devicetree/bindings/usb/qcom,snps-dwc3.yaml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

diff --git a/Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml
index ea60f7220afe..603d509a6ba1 100644
--- a/Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml
+++ b/Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml
@@ -36,6 +36,7 @@ properties:
- qcom,ipq8064-dwc3
- qcom,ipq8074-dwc3
- qcom,ipq9574-dwc3
+ - qcom,ipq9650-dwc3
- qcom,kaanapali-dwc3
- qcom,maili-dwc3
- qcom,milos-dwc3
@@ -387,6 +388,26 @@ allOf:
- const: mock_utmi
- const: xo

+ - if:
+ properties:
+ compatible:
+ contains:
+ enum:
+ - qcom,ipq9650-dwc3
+ then:
+ properties:
+ clocks:
+ minItems: 6
+ maxItems: 6
+ clock-names:
+ items:
+ - const: cfg_noc
+ - const: core
+ - const: iface
+ - const: sleep
+ - const: mock_utmi
+ - const: ref_clk
+
- if:
properties:
compatible:
@@ -506,6 +527,7 @@ allOf:
- qcom,ipq5210-dwc3
- qcom,ipq5424-dwc3
- qcom,ipq9574-dwc3
+ - qcom,ipq9650-dwc3
then:
properties:
interrupts:

--
2.34.1