xtensa: fix high memory/reserved memory collision
[cris-mirror.git] / Documentation / devicetree / bindings / nvmem / allwinner,sunxi-sid.txt
blobd69543701d5d58dad79bf41772eb1426d8f4efee
1 Allwinner sunxi-sid
3 Required properties:
4 - compatible: Should be one of the following:
5   "allwinner,sun4i-a10-sid"
6   "allwinner,sun7i-a20-sid"
7   "allwinner,sun8i-h3-sid"
8   "allwinner,sun50i-a64-sid"
10 - reg: Should contain registers location and length
12 = Data cells =
13 Are child nodes of qfprom, bindings of which as described in
14 bindings/nvmem/nvmem.txt
16 Example for sun4i:
17         sid@1c23800 {
18                 compatible = "allwinner,sun4i-a10-sid";
19                 reg = <0x01c23800 0x10>
20         };
22 Example for sun7i:
23         sid@1c23800 {
24                 compatible = "allwinner,sun7i-a20-sid";
25                 reg = <0x01c23800 0x200>
26         };