18c2ecf20Sopenharmony_ciAmlogic Meson6/Meson8/Meson8b bootrom:
28c2ecf20Sopenharmony_ci--------------------------------------
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciThe bootrom register area can be used to access SoC specific
58c2ecf20Sopenharmony_ciinformation, such as the "misc version".
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ciRequired properties:
88c2ecf20Sopenharmony_ci- reg: the register range of the bootrom registers
98c2ecf20Sopenharmony_ci- compatible: should be "amlogic,meson-mx-bootrom" along with "syscon"
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciExample:
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci	bootrom: bootrom@d9040000 {
158c2ecf20Sopenharmony_ci		compatible = "amlogic,meson-mx-bootrom", "syscon";
168c2ecf20Sopenharmony_ci		reg = <0xd9040000 0x10000>;
178c2ecf20Sopenharmony_ci	};
18