On 30/05/2023 11:07, Claudiu Beznea wrote: > Convert Microchip AT91 system timer to YAML. > > Signed-off-by: Claudiu Beznea <claudiu.beznea@xxxxxxxxxxxxx> > Reviewed-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> > --- Thank you for your patch. There is something to discuss/improve. > +properties: > + compatible: > + items: > + - const: atmel,at91rm9200-st > + - const: syscon > + - const: simple-mfd > + > + reg: > + maxItems: 1 > + > + interrupts: > + description: > + Contain interrupt for the ST which is the IRQ line shared across all > + system controller members (memory controller, debug unit, system timer, > + real-time clock, power management controller). > + maxItems: 1 > + > + clocks: > + maxItems: 1 > + > + watchdog: > + $ref: ../watchdog/atmel,at91rm9200-wdt.yaml Full path, so /schemas/watchdog/atmel.... > + description: > + Child node describing watchdog. > + Best regards, Krzysztof