blob: 407e27f230aba202619ffd077b8e0cf70f9ce3b0 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001Amlogic Meson6/Meson8/Meson8b bootrom:
2--------------------------------------
3
4The bootrom register area can be used to access SoC specific
5information, such as the "misc version".
6
7Required properties:
8- reg: the register range of the bootrom registers
9- compatible: should be "amlogic,meson-mx-bootrom" along with "syscon"
10
11
12Example:
13
14 bootrom: bootrom@d9040000 {
15 compatible = "amlogic,meson-mx-bootrom", "syscon";
16 reg = <0xd9040000 0x10000>;
17 };