rtc: Fix Kconfig indentation
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / misc / allwinner,syscon.txt
1 * Allwinner sun8i system controller
2
3 This file describes the bindings for the system controller present in
4 Allwinner SoC H3, A83T and A64.
5 The principal function of this syscon is to control EMAC PHY choice and
6 config.
7
8 Required properties for the system controller:
9 - reg: address and length of the register for the device.
10 - compatible: should be "syscon" and one of the following string:
11                 "allwinner,sun8i-h3-system-controller"
12                 "allwinner,sun8i-v3s-system-controller"
13                 "allwinner,sun50i-a64-system-controller"
14                 "allwinner,sun8i-a83t-system-controller"
15
16 Example:
17 syscon: syscon@1c00000 {
18         compatible = "allwinner,sun8i-h3-system-controller", "syscon";
19         reg = <0x01c00000 0x1000>;
20 };