Skip to content

Commit

Permalink
dt-bindings: arm: add entries for I2SE boards
Browse files Browse the repository at this point in the history
This patch adds the missing devicetree binding documentation for I2SE's
Duckbill and Duckbill 2 series boards.

Signed-off-by: Michael Heimpold <[email protected]>
Cc: Stefan Wahren <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
mhei authored and Shawn Guo committed Mar 8, 2017
1 parent 768716f commit 132a744
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Documentation/devicetree/bindings/arm/i2se.txt
Original file line number Diff line number Diff line change
@@ -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";

0 comments on commit 132a744

Please sign in to comment.