summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/arm/i2se.txt
diff options
context:
space:
mode:
authorMichael Heimpold <mhei@heimpold.de>2017-02-09 10:42:45 +0300
committerShawn Guo <shawnguo@kernel.org>2017-03-08 17:18:50 +0300
commit132a7444eda233df106a430aadfef91ff2547c4e (patch)
tree48328682efe66b613c223cb7287a2fa5e8a479b6 /Documentation/devicetree/bindings/arm/i2se.txt
parent768716f4af35ee7b60bc70b7273e2a8c8c57342f (diff)
downloadlinux-132a7444eda233df106a430aadfef91ff2547c4e.tar.xz
dt-bindings: arm: add entries for I2SE boards
This patch adds the missing devicetree binding documentation for I2SE's Duckbill and Duckbill 2 series boards. Signed-off-by: Michael Heimpold <mhei@heimpold.de> Cc: Stefan Wahren <stefan.wahren@i2se.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/i2se.txt')
-rw-r--r--Documentation/devicetree/bindings/arm/i2se.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/i2se.txt b/Documentation/devicetree/bindings/arm/i2se.txt
new file mode 100644
index 000000000000..dbd54a3aa07d
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/i2se.txt
@@ -0,0 +1,22 @@
+I2SE Device Tree Bindings
+-------------------------
+
+Duckbill Board
+Required root node properties:
+ - compatible = "i2se,duckbill", "fsl,imx28";
+
+Duckbill 2 Board
+Required root node properties:
+ - compatible = "i2se,duckbill-2", "fsl,imx28";
+
+Duckbill 2 485 Board
+Required root node properties:
+ - compatible = "i2se,duckbill-2-485", "i2se,duckbill-2", "fsl,imx28";
+
+Duckbill 2 EnOcean Board
+Required root node properties:
+ - compatible = "i2se,duckbill-2-enocean", "i2se,duckbill-2", "fsl,imx28";
+
+Duckbill 2 SPI Board
+Required root node properties:
+ - compatible = "i2se,duckbill-2-spi", "i2se,duckbill-2", "fsl,imx28";