On Sat, Mar 15, 2025 at 04:27:02PM +0100, Niklas Söderlund wrote: > ports: > $ref: /schemas/graph.yaml#/properties/ports > @@ -103,10 +138,14 @@ properties: > required: > - compatible > - reg > + - reg-names > - interrupts > + - interrupt-names > - clocks > + - clock-names > - power-domains > - resets > + - reset-names Another point, this will spawn bunch of warnings for no real reason. Just drop all the xxx-names from properties and from here. Best regards, Krzysztof