On Sat, May 7, 2022 at 5:32 AM Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx> wrote: > + - if: > + properties: > + compatible: > + enum: > + - mediatek,mt8192-scp > + - mediatek,mt8195-scp > + then: > + properties: > + reg: > + minItems: 3 > + maxItems: 3 > + reg-names: > + items: > + - const: sram > + - const: cfg > + - const: l1tcm "l1tcm" should be optional. Does it make more sense by using "minItems: 2"?