aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/eeprom/allwinner,sunxi-sid.txt
blob: cceaaf6e45e38dbff0c23e7798a80ad3af94379a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Allwinner sunxi-sid

Required properties:
- compatible: "allwinner,sun4i-a10-sid" or "allwinner,sun7i-a20-sid"
- reg: Should contain registers location and length

= Data cells =
Are child nodes of qfprom, bindings of which as described in
bindings/eeprom/eeprom.txt

Example for sun4i:
	sid@01c23800 {
		compatible = "allwinner,sun4i-a10-sid";
		reg = <0x01c23800 0x10>
	};

Example for sun7i:
	sid@01c23800 {
		compatible = "allwinner,sun7i-a20-sid";
		reg = <0x01c23800 0x200>
	};