diff options
author | Eugen Hristev <[email protected]> | 2019-11-12 07:19:54 +0000 |
---|---|---|
committer | Alexandre Belloni <[email protected]> | 2019-12-09 20:23:43 +0100 |
commit | c963e34f5ac6fab4913e3806e97bfdf089cb4cc6 (patch) | |
tree | 1c18b9ae1c75c71f67001fa5cebe51bec02ddebb | |
parent | 4514a7c81234673a764c59e59a0c34c1921f093b (diff) |
dt-bindings: ARM: at91: Document SAMA5D27 WLSOM1 and Evaluation Kit
Document device tree binding of SAMA5D27 WLSOM1 - Wireless module;
and SAMA5D27 WLSOM1 EK - Wireless module evaluation kit, from Microchip.
Signed-off-by: Eugen Hristev <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Rob Herring <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/atmel-at91.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml index 6dd8be401673..7b512be280ce 100644 --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml @@ -52,6 +52,21 @@ properties: - const: atmel,sama5d2 - const: atmel,sama5 + - description: Microchip SAMA5D27 WLSOM1 + items: + - const: microchip,sama5d27-wlsom1 + - const: atmel,sama5d27 + - const: atmel,sama5d2 + - const: atmel,sama5 + + - description: Microchip SAMA5D27 WLSOM1 Evaluation Kit + items: + - const: microchip,sama5d27-wlsom1-ek + - const: microchip,sama5d27-wlsom1 + - const: atmel,sama5d27 + - const: atmel,sama5d2 + - const: atmel,sama5 + - items: - const: atmel,sama5d27 - const: atmel,sama5d2 |