Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/contrib/device-tree/Bindings/arm/amlogic/assist.txt
48406 views
1
Amlogic Meson6/Meson8/Meson8b assist registers:
2
-----------------------------------------------
3
4
The assist registers contain basic information about the SoC,
5
for example the encoded SoC part number.
6
7
Required properties:
8
- reg: the register range of the assist registers
9
- compatible: should be "amlogic,meson-mx-assist" along with "syscon"
10
11
12
Example:
13
14
assist: assist@7c00 {
15
compatible = "amlogic,meson-mx-assist", "syscon";
16
reg = <0x7c00 0x200>;
17
};
18
19