blob: 7656812b67b9dbfa9b51a5d06e70274101bad1d0 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001Amlogic Meson6/Meson8/Meson8b assist registers:
2-----------------------------------------------
3
4The assist registers contain basic information about the SoC,
5for example the encoded SoC part number.
6
7Required properties:
8- reg: the register range of the assist registers
9- compatible: should be "amlogic,meson-mx-assist" along with "syscon"
10
11
12Example:
13
14 assist: assist@7c00 {
15 compatible = "amlogic,meson-mx-assist", "syscon";
16 reg = <0x7c00 0x200>;
17 };