Merge tag 'devicetree-fixes-for-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel...
[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-a83t-sid"
8   "allwinner,sun8i-h3-sid"
9   "allwinner,sun50i-a64-sid"
10   "allwinner,sun50i-h5-sid"
11
12 - reg: Should contain registers location and length
13
14 = Data cells =
15 Are child nodes of qfprom, bindings of which as described in
16 bindings/nvmem/nvmem.txt
17
18 Example for sun4i:
19         sid@1c23800 {
20                 compatible = "allwinner,sun4i-a10-sid";
21                 reg = <0x01c23800 0x10>
22         };
23
24 Example for sun7i:
25         sid@1c23800 {
26                 compatible = "allwinner,sun7i-a20-sid";
27                 reg = <0x01c23800 0x200>
28         };