Skip to content

Commit

Permalink
Documentation: DT bindings: add doc for Altera's SoCFPGA platform
Browse files Browse the repository at this point in the history
Document "altr,socfpga-cyclone5", "altr,socfpga-arria5", and
"altr,socfpga-arria10".

Signed-off-by: Dinh Nguyen <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
  • Loading branch information
Dinh Nguyen authored and robherring committed Apr 23, 2015
1 parent 6480827 commit f3b07b8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Documentation/devicetree/bindings/arm/altera.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Altera's SoCFPGA platform device tree bindings
---------------------------------------------

Boards with Cyclone 5 SoC:
Required root node properties:
compatible = "altr,socfpga-cyclone5", "altr,socfpga";

Boards with Arria 5 SoC:
Required root node properties:
compatible = "altr,socfpga-arria5", "altr,socfpga";

Boards with Arria 10 SoC:
Required root node properties:
compatible = "altr,socfpga-arria10", "altr,socfpga";

0 comments on commit f3b07b8

Please sign in to comment.