On Tue, Dec 24, 2024 at 05:41:51PM +0800, Kever Yang wrote: > + > - if: > properties: > compatible: > @@ -78,6 +107,12 @@ allOf: > properties: > clocks: > minItems: 4 > + clock-names: > + items: > + - const: otp > + - const: apb_pclk > + - const: phy > + - const: arb > resets: > minItems: 3 missing maxItems, probably in many other places as well. Best regards, Krzysztof