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/analog-top.txt
48406 views
1
Amlogic Meson8 and Meson8b "analog top" registers:
2
--------------------------------------------------
3
4
The analog top registers contain information about the so-called
5
"metal revision" (which encodes the "minor version") of the SoC.
6
7
Required properties:
8
- reg: the register range of the analog top registers
9
- compatible: depending on the SoC this should be one of:
10
- "amlogic,meson8-analog-top"
11
- "amlogic,meson8b-analog-top"
12
along with "syscon"
13
14
15
Example:
16
17
analog_top: analog-top@81a8 {
18
compatible = "amlogic,meson8-analog-top", "syscon";
19
reg = <0x81a8 0x14>;
20
};
21
22