]> git.ipfire.org Git - thirdparty/u-boot.git/blob - Bindings/arm/axis.txt
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / Bindings / arm / axis.txt
1 Axis Communications AB
2 ARTPEC series SoC Device Tree Bindings
3
4 ARTPEC-6 ARM SoC
5 ================
6
7 Required root node properties:
8 - compatible = "axis,artpec6";
9
10 ARTPEC-6 System Controller
11 --------------------------
12
13 The ARTPEC-6 has a system controller with mixed functions controlling DMA, PCIe
14 and resets.
15
16 Required properties:
17 - compatible: "axis,artpec6-syscon", "syscon"
18 - reg: Address and length of the register bank.
19
20 Example:
21 syscon {
22 compatible = "axis,artpec6-syscon", "syscon";
23 reg = <0xf8000000 0x48>;
24 };
25
26 ARTPEC-6 Development board:
27 ---------------------------
28 Required root node properties:
29 - compatible = "axis,artpec6-dev-board", "axis,artpec6";