Documentation: DT bindings: add doc for Altera's SoCFPGA platform
authorDinh Nguyen <dinguyen@opensource.altera.com>
Mon, 20 Apr 2015 14:55:47 +0000 (09:55 -0500)
committerRob Herring <robh@kernel.org>
Thu, 23 Apr 2015 03:37:22 +0000 (22:37 -0500)
Document "altr,socfpga-cyclone5", "altr,socfpga-arria5", and
"altr,socfpga-arria10".

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/arm/altera.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/arm/altera.txt b/Documentation/devicetree/bindings/arm/altera.txt
new file mode 100644 (file)
index 0000000..558735a
--- /dev/null
@@ -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";