bootrom.txt 453 B

1234567891011121314151617
  1. Amlogic Meson6/Meson8/Meson8b bootrom:
  2. --------------------------------------
  3. The bootrom register area can be used to access SoC specific
  4. information, such as the "misc version".
  5. Required properties:
  6. - reg: the register range of the bootrom registers
  7. - compatible: should be "amlogic,meson-mx-bootrom" along with "syscon"
  8. Example:
  9. bootrom: bootrom@d9040000 {
  10. compatible = "amlogic,meson-mx-bootrom", "syscon";
  11. reg = <0xd9040000 0x10000>;
  12. };