Merge branch 'old.dcache' into work.dcache
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / nvmem / allwinner,sunxi-sid.txt
1 Allwinner sunxi-sid
2
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"
9
10 - reg: Should contain registers location and length
11
12 = Data cells =
13 Are child nodes of qfprom, bindings of which as described in
14 bindings/nvmem/nvmem.txt
15
16 Example for sun4i:
17         sid@1c23800 {
18                 compatible = "allwinner,sun4i-a10-sid";
19                 reg = <0x01c23800 0x10>
20         };
21
22 Example for sun7i:
23         sid@1c23800 {
24                 compatible = "allwinner,sun7i-a20-sid";
25                 reg = <0x01c23800 0x200>
26         };