[PATCH v1 1/3] dt-bindings: usb: dwc3: Add JHB100 device controller PHY adapter
From: Minda Chen
Date: Fri Sep 18 2026 - 03:16:15 EST
Add dt-binding of JHB100 server host field USB device controller PHY
adapter register IO region and its regs-name.
Signed-off-by: Minda Chen <minda.chen@xxxxxxxxxxxxxxxx>
---
.../devicetree/bindings/usb/starfive,jhb100-dwc3.yaml | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/usb/starfive,jhb100-dwc3.yaml b/Documentation/devicetree/bindings/usb/starfive,jhb100-dwc3.yaml
index fbabe99e9d5c..b2fd98c06ba0 100644
--- a/Documentation/devicetree/bindings/usb/starfive,jhb100-dwc3.yaml
+++ b/Documentation/devicetree/bindings/usb/starfive,jhb100-dwc3.yaml
@@ -20,7 +20,16 @@ properties:
const: starfive,jhb100-dwc3
reg:
- maxItems: 1
+ minItems: 1
+ items:
+ - description: Core DWC3 region
+ - description: DWC3 device controller adapter region
+
+ reg-names:
+ minItems: 1
+ items:
+ - const: core
+ - const: adapter
interrupts:
maxItems: 1
--
2.17.1