On Fri, Feb 21, 2025 at 02:19:05PM -0500, Laurentiu Mihalcea wrote: > +properties: > + compatible: > + items: > + - const: fsl,imx8mp-aipstz > + - const: simple-bus > + > + reg: > + maxItems: 1 > + > + power-domains: > + maxItems: 1 That's not a simple bus anymore. simple-bus does not have reg. Neither power domain really, because this means children depends on this device, so again: not simple. Best regards, Krzysztof