diff options
author | Kamel Bouhara <kamel.bouhara@bootlin.com> | 2019-12-20 11:38:34 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-12-20 17:46:49 +0100 |
commit | d9b6867e8a17e3629e910e84f9c4bbe67d1cff3d (patch) | |
tree | 44c7772c464cc22eb3eebcf7d1c9ba7805ed6828 /Documentation | |
parent | ARM: dts: at91: rearrange kizbox dts using aliases nodes (diff) | |
download | linux-d9b6867e8a17e3629e910e84f9c4bbe67d1cff3d.tar.xz linux-d9b6867e8a17e3629e910e84f9c4bbe67d1cff3d.zip |
dt-bindings: arm: at91: Document Kizboxmini and Smartkiz boards binding
Document devicetree's bindings for the Overkiz's Kizbox Mini and
Smartkiz boards, based on a SAM9G25 Atmel SoC.
Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20191220103835.160154-1-kamel.bouhara@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/atmel-at91.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml index 7b512be280ce..3584f0ec263f 100644 --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml @@ -37,6 +37,16 @@ properties: - items: - enum: + - overkiz,kizboxmini-base # Overkiz kizbox Mini Base Board + - overkiz,kizboxmini-mb # Overkiz kizbox Mini Mother Board + - overkiz,kizboxmini-rd # Overkiz kizbox Mini RailDIN + - overkiz,smartkiz # Overkiz SmartKiz Board + - const: atmel,at91sam9g25 + - const: atmel,at91sam9x5 + - const: atmel,at91sam9 + + - items: + - enum: - atmel,at91sam9g15 - atmel,at91sam9g25 - atmel,at91sam9g35 |