y2038: sparc: remove use of struct timex
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / arm / amlogic / amlogic,meson-gx-ao-secure.txt
1 Amlogic Meson Firmware registers Interface
2 ------------------------------------------
3
4 The Meson SoCs have a register bank with status and data shared with the
5 secure firmware.
6
7 Required properties:
8  - compatible: For Meson GX SoCs, must be "amlogic,meson-gx-ao-secure", "syscon"
9
10 Properties should indentify components of this register interface :
11
12 Meson GX SoC Information
13 ------------------------
14 A firmware register encodes the SoC type, package and revision information on
15 the Meson GX SoCs.
16 If present, the following property should be added :
17
18 Optional properties:
19   - amlogic,has-chip-id: If present, the interface gives the current SoC version.
20
21 Example
22 -------
23
24 ao-secure@140 {
25         compatible = "amlogic,meson-gx-ao-secure", "syscon";
26         reg = <0x0 0x140 0x0 0x140>;
27         amlogic,has-chip-id;
28 };