1Allwinner sunxi-sid 2 3Required properties: 4- compatible: "allwinner,sun4i-a10-sid" or "allwinner,sun7i-a20-sid" 5- reg: Should contain registers location and length 6 7= Data cells = 8Are child nodes of qfprom, bindings of which as described in 9bindings/nvmem/nvmem.txt 10 11Example for sun4i: 12 sid@01c23800 { 13 compatible = "allwinner,sun4i-a10-sid"; 14 reg = <0x01c23800 0x10> 15 }; 16 17Example for sun7i: 18 sid@01c23800 { 19 compatible = "allwinner,sun7i-a20-sid"; 20 reg = <0x01c23800 0x200> 21 }; 22