Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / arm / amlogic / bootrom.txt
1 Amlogic Meson6/Meson8/Meson8b bootrom:
2 --------------------------------------
3
4 The bootrom register area can be used to access SoC specific
5 information, such as the "misc version".
6
7 Required properties:
8 - reg: the register range of the bootrom registers
9 - compatible: should be "amlogic,meson-mx-bootrom" along with "syscon"
10
11
12 Example:
13
14         bootrom: bootrom@d9040000 {
15                 compatible = "amlogic,meson-mx-bootrom", "syscon";
16                 reg = <0xd9040000 0x10000>;
17         };