hc
2023-05-26 a23f51ed7a39e452c1037343a84d7db1ca2c5bd7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Amlogic Meson6/Meson8/Meson8b assist registers:
-----------------------------------------------
 
The assist registers contain basic information about the SoC,
for example the encoded SoC part number.
 
Required properties:
- reg: the register range of the assist registers
- compatible: should be "amlogic,meson-mx-assist" along with "syscon"
 
 
Example:
 
   assist: assist@7c00 {
       compatible = "amlogic,meson-mx-assist", "syscon";
       reg = <0x7c00 0x200>;
   };