18c2ecf20Sopenharmony_ciAmlogic Meson8 and Meson8b "analog top" registers:
28c2ecf20Sopenharmony_ci--------------------------------------------------
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciThe analog top registers contain information about the so-called
58c2ecf20Sopenharmony_ci"metal revision" (which encodes the "minor version") of the SoC.
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ciRequired properties:
88c2ecf20Sopenharmony_ci- reg: the register range of the analog top registers
98c2ecf20Sopenharmony_ci- compatible: depending on the SoC this should be one of:
108c2ecf20Sopenharmony_ci		- "amlogic,meson8-analog-top"
118c2ecf20Sopenharmony_ci		- "amlogic,meson8b-analog-top"
128c2ecf20Sopenharmony_ci		along with "syscon"
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciExample:
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci	analog_top: analog-top@81a8 {
188c2ecf20Sopenharmony_ci		compatible = "amlogic,meson8-analog-top", "syscon";
198c2ecf20Sopenharmony_ci		reg = <0x81a8 0x14>;
208c2ecf20Sopenharmony_ci	};
21