assist.txt 457 B

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