Linux 4.14.5
[linux/fpc-iii.git] / Documentation / devicetree / bindings / nvmem / allwinner,sunxi-sid.txt
blobef06d061913cfc1aa2d488073b53f9800fd33cd9
1 Allwinner sunxi-sid
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"
9 - reg: Should contain registers location and length
11 = Data cells =
12 Are child nodes of qfprom, bindings of which as described in
13 bindings/nvmem/nvmem.txt
15 Example for sun4i:
16         sid@01c23800 {
17                 compatible = "allwinner,sun4i-a10-sid";
18                 reg = <0x01c23800 0x10>
19         };
21 Example for sun7i:
22         sid@01c23800 {
23                 compatible = "allwinner,sun7i-a20-sid";
24                 reg = <0x01c23800 0x200>
25         };