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