1Axis Communications AB
2ARTPEC series SoC Device Tree Bindings
3
4ARTPEC-6 ARM SoC
5================
6
7Required root node properties:
8- compatible = "axis,artpec6";
9
10ARTPEC-6 System Controller
11--------------------------
12
13The ARTPEC-6 has a system controller with mixed functions controlling DMA, PCIe
14and resets.
15
16Required properties:
17- compatible: "axis,artpec6-syscon", "syscon"
18- reg: Address and length of the register bank.
19
20Example:
21	syscon {
22		compatible = "axis,artpec6-syscon", "syscon";
23		reg = <0xf8000000 0x48>;
24	};
25
26ARTPEC-6 Development board:
27---------------------------
28Required root node properties:
29- compatible = "axis,artpec6-dev-board", "axis,artpec6";
30