]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - Documentation/devicetree/bindings/nvmem/allwinner,sunxi-sid.txt
dt-bindings: add vendor prefix for Next Thing Co.
[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
OS
15Example for sun4i:
16 sid@01c23800 {
1e700846 17 compatible = "allwinner,sun4i-a10-sid";
9fd379e9
OS
18 reg = <0x01c23800 0x10>
19 };
20
21Example for sun7i:
22 sid@01c23800 {
23 compatible = "allwinner,sun7i-a20-sid";
24 reg = <0x01c23800 0x200>
25 };