aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 000000000000..558735aacca8
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/altera.txt
@@ -0,0 +1,14 @@
1Altera's SoCFPGA platform device tree bindings
2---------------------------------------------
3
4Boards with Cyclone 5 SoC:
5Required root node properties:
6compatible = "altr,socfpga-cyclone5", "altr,socfpga";
7
8Boards with Arria 5 SoC:
9Required root node properties:
10compatible = "altr,socfpga-arria5", "altr,socfpga";
11
12Boards with Arria 10 SoC:
13Required root node properties:
14compatible = "altr,socfpga-arria10", "altr,socfpga";