1Allwinner sunxi-sid
2
3Required 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 =
14Are child nodes of qfprom, bindings of which as described in
15bindings/nvmem/nvmem.txt
16
17Example for sun4i:
18	sid@1c23800 {
19		compatible = "allwinner,sun4i-a10-sid";
20		reg = <0x01c23800 0x10>
21	};
22
23Example for sun7i:
24	sid@1c23800 {
25		compatible = "allwinner,sun7i-a20-sid";
26		reg = <0x01c23800 0x200>
27	};
28