diff options
author | Andrei Simion <[email protected]> | 2023-09-19 15:46:04 +0300 |
---|---|---|
committer | Claudiu Beznea <[email protected]> | 2023-09-29 09:03:27 +0300 |
commit | 949652c6bbf43e2a31e1a1b9b988d6bed0fca452 (patch) | |
tree | 59bf202114b85b85a19604df608148597ed4b953 | |
parent | 7e9358bba6bd12c345e38d06de7fdf4613ef091a (diff) |
dt-bindings: ARM: at91: Document Microchip SAMA5D29 Curiosity
Document device tree binding of SAMA5D29 Curiosity, from Microchip.
Signed-off-by: Andrei Simion <[email protected]>
Signed-off-by: Mihai Sain <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Claudiu Beznea <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/atmel-at91.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml index dfb8fd089197..89d75fbb1de4 100644 --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml @@ -79,6 +79,13 @@ properties: - const: atmel,sama5d2 - const: atmel,sama5 + - description: Microchip SAMA5D29 Curiosity + items: + - const: microchip,sama5d29-curiosity + - const: atmel,sama5d29 + - const: atmel,sama5d2 + - const: atmel,sama5 + - items: - const: atmel,sama5d27 - const: atmel,sama5d2 |