diff options
| author | Eugen Hristev <[email protected]> | 2021-06-28 15:04:49 +0300 |
|---|---|---|
| committer | Nicolas Ferre <[email protected]> | 2021-07-19 15:27:14 +0200 |
| commit | c556478f46c2feb36e415c2d3d4566f92a7e41cd (patch) | |
| tree | fd5e9009053872b1355ea09047e378a37d7d19be | |
| parent | e73f0f0ee7541171d89f2e2491130c7771ba58d3 (diff) | |
dt-bindings: ARM: at91: document sama7g5ek board
Document the SAMA7G5 Evaluation Kit based on sama7g5 SoC.
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Eugen Hristev <[email protected]>
Signed-off-by: Nicolas Ferre <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | Documentation/devicetree/bindings/arm/atmel-at91.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml index 6fc5a22ad962..fba071b9af1d 100644 --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml @@ -146,6 +146,11 @@ properties: - const: atmel,sama5 - items: + - const: microchip,sama7g5ek # SAMA7G5 Evaluation Kit + - const: microchip,sama7g5 + - const: microchip,sama7 + + - items: - enum: - atmel,sams70j19 - atmel,sams70j20 |