Merge branches 'pm-domains', 'pm-sleep' and 'pm-cpufreq'
[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
9 - reg: Should contain registers location and length
10
11 = Data cells =
12 Are child nodes of qfprom, bindings of which as described in
13 bindings/nvmem/nvmem.txt
14
15 Example for sun4i:
16         sid@01c23800 {
17                 compatible = "allwinner,sun4i-a10-sid";
18                 reg = <0x01c23800 0x10>
19         };
20
21 Example for sun7i:
22         sid@01c23800 {
23                 compatible = "allwinner,sun7i-a20-sid";
24                 reg = <0x01c23800 0x200>
25         };