From: Lars Persson Date: Thu, 11 Feb 2016 16:06:16 +0000 (+0100) Subject: ARM: add device-tree SoC bindings for Axis Artpec-6 X-Git-Tag: next-20160301~132^2~27^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7ae0cf81b120a0d791b88c25be01e5f5d4a109d8;p=karo-tx-linux.git ARM: add device-tree SoC bindings for Axis Artpec-6 This adds device tree bindings for the Artpec-6 SoC. Signed-off-by: Lars Persson Acked-by: Rob Herring Signed-off-by: Olof Johansson --- diff --git a/Documentation/devicetree/bindings/arm/axis.txt b/Documentation/devicetree/bindings/arm/axis.txt new file mode 100644 index 000000000000..ae345e1c8d2b --- /dev/null +++ b/Documentation/devicetree/bindings/arm/axis.txt @@ -0,0 +1,29 @@ +Axis Communications AB +ARTPEC series SoC Device Tree Bindings + +ARTPEC-6 ARM SoC +================ + +Required root node properties: +- compatible = "axis,artpec6"; + +ARTPEC-6 System Controller +-------------------------- + +The ARTPEC-6 has a system controller with mixed functions controlling DMA, PCIe +and resets. + +Required properties: +- compatible: "axis,artpec6-syscon", "syscon" +- reg: Address and length of the register bank. + +Example: + syscon { + compatible = "axis,artpec6-syscon", "syscon"; + reg = <0xf8000000 0x48>; + }; + +ARTPEC-6 Development board: +--------------------------- +Required root node properties: +- compatible = "axis,artpec6-dev-board", "axis,artpec6";