]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - Documentation/devicetree/bindings/nvmem/allwinner,sunxi-sid.txt
Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-bionic-kernel.git] / Documentation / devicetree / bindings / nvmem / allwinner,sunxi-sid.txt
CommitLineData
9fd379e9
OS
1Allwinner sunxi-sid
2
3Required properties:
1a963642
IZ
4- compatible: Should be one of the following:
5 "allwinner,sun4i-a10-sid"
6 "allwinner,sun7i-a20-sid"
7 "allwinner,sun8i-h3-sid"
8
9fd379e9
OS
9- reg: Should contain registers location and length
10
3d0b16a6
MR
11= Data cells =
12Are child nodes of qfprom, bindings of which as described in
13bindings/nvmem/nvmem.txt
14
9fd379e9 15Example for sun4i:
48c926cd 16 sid@1c23800 {
1e700846 17 compatible = "allwinner,sun4i-a10-sid";
9fd379e9
OS
18 reg = <0x01c23800 0x10>
19 };
20
21Example for sun7i:
48c926cd 22 sid@1c23800 {
9fd379e9
OS
23 compatible = "allwinner,sun7i-a20-sid";
24 reg = <0x01c23800 0x200>
25 };