On 03.02.2023 05:48, Durai Manickam KR wrote: > Adding the sam9x60 curiosity board from Microchip into the atmel AT91 board > description yaml file. > > Signed-off-by: Durai Manickam KR <durai.manickamkr@xxxxxxxxxxxxx> Reviewed-by: Claudiu Beznea <claudiu.beznea@xxxxxxxxxxxxx> > --- > Documentation/devicetree/bindings/arm/atmel-at91.yaml | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml > index 2224b18801a1..dfb8fd089197 100644 > --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml > +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml > @@ -91,9 +91,11 @@ properties: > - const: atmel,sama5d2 > - const: atmel,sama5 > > - - description: SAM9X60-EK board > + - description: Microchip SAM9X60 Evaluation Boards > items: > - - const: microchip,sam9x60ek > + - enum: > + - microchip,sam9x60ek > + - microchip,sam9x60-curiosity > - const: microchip,sam9x60 > - const: atmel,at91sam9 >