On Fri, Dec 1, 2023, at 17:09, Peter Griffin wrote: > > + - if: > + properties: > + compatible: > + contains: > + enum: > + - google,gs101-uart > + then: > + required: > + - samsung,uart-fifosize > + Is there a way to reverse the list and make the property required for anything that is not explicitly enumerated? Arnd