diff options
author | David Lechner <david@lechnology.com> | 2017-01-13 14:03:40 -0500 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2017-01-20 06:46:48 -0500 |
commit | 21078ab174c99885ca83a5c32db0d33b1617745e (patch) | |
tree | bb40b42e50a22ae73b9dc88d7bfc397845590e21 | |
parent | 7dcc31e2e68a386a29070384b51683ece80982bf (diff) |
dt-bindings: Add LEGO MINDSTORMS EV3 compatible specification
This adds the board level device tree specification for LEGO MINDSTORMS EV3
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
-rw-r--r-- | Documentation/devicetree/bindings/arm/davinci.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/davinci.txt b/Documentation/devicetree/bindings/arm/davinci.txt index f0841ce725b5..715622c36260 100644 --- a/Documentation/devicetree/bindings/arm/davinci.txt +++ b/Documentation/devicetree/bindings/arm/davinci.txt | |||
@@ -13,6 +13,10 @@ EnBW AM1808 based CMC board | |||
13 | Required root node properties: | 13 | Required root node properties: |
14 | - compatible = "enbw,cmc", "ti,da850; | 14 | - compatible = "enbw,cmc", "ti,da850; |
15 | 15 | ||
16 | LEGO MINDSTORMS EV3 (AM1808 based) | ||
17 | Required root node properties: | ||
18 | - compatible = "lego,ev3", "ti,da850"; | ||
19 | |||
16 | Generic DaVinci Boards | 20 | Generic DaVinci Boards |
17 | ---------------------- | 21 | ---------------------- |
18 | 22 | ||