aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm/axentia.txt
diff options
context:
space:
mode:
authorPeter Rosin <peda@axentia.se>2017-01-10 14:18:33 +0100
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2017-01-10 16:16:33 +0100
commit21dd0ece34c2a07432a1cd0bbcb4815ce2b49173 (patch)
tree265fae6ce655ea00b73d715fe079d57857e78e2b /Documentation/devicetree/bindings/arm/axentia.txt
parentARM: dts: at91: add dts file for sama5d36ek CMP board (diff)
downloadlinux-dev-21dd0ece34c2a07432a1cd0bbcb4815ce2b49173.tar.xz
linux-dev-21dd0ece34c2a07432a1cd0bbcb4815ce2b49173.zip
ARM: dts: at91: add devicetree for the Axentia TSE-850
The Axentia TSE-850 is a SAMA5D3-based device designed to generate FM subcarrier signals. Signed-off-by: Peter Rosin <peda@axentia.se> Acked-by: Rob Herring <robh@kernel.org> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/axentia.txt')
-rw-r--r--Documentation/devicetree/bindings/arm/axentia.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/axentia.txt b/Documentation/devicetree/bindings/arm/axentia.txt
new file mode 100644
index 000000000000..ea3fb96ae465
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/axentia.txt
@@ -0,0 +1,19 @@
+Device tree bindings for Axentia ARM devices
+============================================
+
+Linea CPU module
+----------------
+
+Required root node properties:
+compatible = "axentia,linea",
+ "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
+and following the rules from atmel-at91.txt for a sama5d31 SoC.
+
+
+TSE-850 v3 board
+----------------
+
+Required root node properties:
+compatible = "axentia,tse850v3", "axentia,linea",
+ "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
+and following the rules from above for the axentia,linea CPU module.