On 10/08/2024 06:48, Lorenzo Bianconi wrote: > + > +required: > + - compatible > + - reg > + > +additionalProperties: false > + > +examples: > + - | > + pwm@1fbf0224 { > + compatible = "airoha,en7581-pwm"; > + reg = <0x1fbf0224 0x10>, > + <0x1fbf0238 0x28>, > + <0x1fbf0298 0x8>; These look almost continuous, so I wonder what's in between? E.g. between 0x1fbf0224+10=0x1fbf0234 and 0x1fbf0238? Rest looks good. Best regards, Krzysztof