Merge branch 'linux-4.18' of git://github.com/skeggsb/linux into drm-fixes
[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
11 - reg: Should contain registers location and length
12
13 = Data cells =
14 Are child nodes of qfprom, bindings of which as described in
15 bindings/nvmem/nvmem.txt
16
17 Example for sun4i:
18         sid@1c23800 {
19                 compatible = "allwinner,sun4i-a10-sid";
20                 reg = <0x01c23800 0x10>
21         };
22
23 Example for sun7i:
24         sid@1c23800 {
25                 compatible = "allwinner,sun7i-a20-sid";
26                 reg = <0x01c23800 0x200>
27         };