summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorDinh Nguyen <dinguyen@opensource.altera.com>2015-04-20 09:55:47 -0500
committerRob Herring <robh@kernel.org>2015-04-22 22:37:22 -0500
commitf3b07b8611ede9584ef27288d9c35bc2fd7a8353 (patch)
tree45031ab11775891647398d561e22153b81fd24bf /Documentation
parent6480827357923b3977b97c9413a7307be850975d (diff)
downloadop-kernel-dev-f3b07b8611ede9584ef27288d9c35bc2fd7a8353.zip
op-kernel-dev-f3b07b8611ede9584ef27288d9c35bc2fd7a8353.tar.gz
Documentation: DT bindings: add doc for Altera's SoCFPGA platform
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/arm/altera.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/altera.txt b/Documentation/devicetree/bindings/arm/altera.txt
new file mode 100644
index 0000000..558735a
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/altera.txt
@@ -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";
OpenPOWER on IntegriCloud