On Thu, Aug 21, 2025 at 03:38:54PM +0000, Sven Peter wrote: > + > + The common content of the node is defined in snps,dwc3.yaml. Drop sentence, redundant. Schema tells that. ... > + reg: > + maxItems: 1 > + > + interrupts: > + maxItems: 1 > + > + iommus: > + maxItems: 2 > + > + resets: > + maxItems: 1 > + > + power-domains: > + maxItems: 1 > + > +unevaluatedProperties: false This goes after required. > + > +required: > + - compatible > + - reg > + - interrupts > + - iommus > + - resets > + - power-domains > + > +examples: > + - | > + #include <dt-bindings/interrupt-controller/apple-aic.h> > + #include <dt-bindings/interrupt-controller/irq.h> > + > + usb@82280000 { > + compatible = "apple,t8103-dwc3", "snps,dwc3"; > + reg = <0x82280000 0x10000>; > + interrupts = <AIC_IRQ 777 IRQ_TYPE_LEVEL_HIGH>; > + iommus = <&dwc3_0_dart_0 0>, <&dwc3_0_dart_1 1>; > + > + dr_mode = "otg"; > + usb-role-switch; > + role-switch-default-mode = "host"; > + }; > diff --git a/MAINTAINERS b/MAINTAINERS > index fe168477caa45799dfe07de2f54de6d6a1ce0615..0e085cb0762f765958d67be61ae0d3d773503431 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2399,6 +2399,7 @@ F: Documentation/devicetree/bindings/power/reset/apple,smc-reboot.yaml > F: Documentation/devicetree/bindings/pwm/apple,s5l-fpwm.yaml > F: Documentation/devicetree/bindings/spi/apple,spi.yaml > F: Documentation/devicetree/bindings/spmi/apple,spmi.yaml > +F: Documentation/devicetree/bindings/usb/apple,dwc3.yaml > F: Documentation/devicetree/bindings/watchdog/apple,wdt.yaml > F: arch/arm64/boot/dts/apple/ > F: drivers/bluetooth/hci_bcm4377.c > > -- > 2.34.1 > >