analog-top.txt 578 B

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