On 15/09/2022 10:44, Kavyasree Kotagiri wrote: > Convert the Atmel flexcom device tree bindings to json schema. > > Signed-off-by: Kavyasree Kotagiri <kavyasree.kotagiri@xxxxxxxxxxxxx> > + > +patternProperties: > + "^serial@[0-9a-f]+$": > + type: object > + description: > + Child node describing USART. See atmel-usart.txt for details > + of USART bindings. > + > + "^spi@[0-9a-f]+$": > + type: object > + description: > + Child node describing SPI. See ../spi/spi_atmel.txt for details > + of SPI bindings. > + > + "^i2c@[0-9a-f]+$": > + $ref: ../i2c/atmel,at91sam-i2c.yaml No improvements here. Best regards, Krzysztof