rtc: stm32: fix misspelling and misalignment issues
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / axis.txt
blobae345e1c8d2b8f514865f70374cada6e4b868654
1 Axis Communications AB
2 ARTPEC series SoC Device Tree Bindings
4 ARTPEC-6 ARM SoC
5 ================
7 Required root node properties:
8 - compatible = "axis,artpec6";
10 ARTPEC-6 System Controller
11 --------------------------
13 The ARTPEC-6 has a system controller with mixed functions controlling DMA, PCIe
14 and resets.
16 Required properties:
17 - compatible: "axis,artpec6-syscon", "syscon"
18 - reg: Address and length of the register bank.
20 Example:
21         syscon {
22                 compatible = "axis,artpec6-syscon", "syscon";
23                 reg = <0xf8000000 0x48>;
24         };
26 ARTPEC-6 Development board:
27 ---------------------------
28 Required root node properties:
29 - compatible = "axis,artpec6-dev-board", "axis,artpec6";