On 25/03/2024 22:10, Javier Carrasco wrote: > Convert existing binding to dtschema to support validation. > > This is a direct conversion with no additions. > > Signed-off-by: Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx> > +allOf: > + - $ref: rtc.yaml# > + > +properties: > + compatible: > + const: alphascale,asm9260-rtc > + > + reg: > + description: > + Base address and length of the register region. If there is going to be any resend, drop description. It is redundant and obvious. reg cannot be anything else. > + maxItems: 1 > + Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof