Merge 'tip/perf/urgent' into perf/core to pick fixes
[deliverable/linux.git] / Documentation / devicetree / bindings / misc / allwinner,sunxi-sid.txt
1 Allwinner sunxi-sid
2
3 Required properties:
4 - compatible: "allwinner,sun4i-a10-sid" or "allwinner,sun7i-a20-sid"
5 - reg: Should contain registers location and length
6
7 Example for sun4i:
8 sid@01c23800 {
9 compatible = "allwinner,sun4i-a10-sid";
10 reg = <0x01c23800 0x10>
11 };
12
13 Example for sun7i:
14 sid@01c23800 {
15 compatible = "allwinner,sun7i-a20-sid";
16 reg = <0x01c23800 0x200>
17 };
This page took 0.123207 seconds and 5 git commands to generate.