* Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> [220413 08:34]: > On 13/04/2022 10:10, Tony Lindgren wrote: > > +allOf: > > + - if: > > + not: > > + properties: > > + compatible: > > + contains: > > + enum: > > + - ti,omap3430-timer > > + - ti,omap4430-timer > > + - ti,omap5430-timer > > + then: > > + properties: > > + reg: > > + items: > > + - description: IO address > > You can skip the items because they are the same as in properties > before. Just keep maxItems:1. OK great. > > + maxItems: 1 > > + clocks: > > + items: > > + - description: Functional clock > > The same. > > > + maxItems: 1 > > + clock-names: > > + items: > > + - const: fck > > The same. > > > + maxItems: 1 > > Rest is good. OK Thanks, Tony