Merge git://www.linux-watchdog.org/linux-watchdog
[deliverable/linux.git] / Documentation / devicetree / bindings / arm / atmel-pmc.txt
CommitLineData
eb5e76ff
JCPV
1* Power Management Controller (PMC)
2
3Required properties:
ed0a3ff4
AB
4- compatible: Should be "atmel,<chip>-pmc".
5 <chip> can be: at91rm9200, at91sam9260, at91sam9g45, at91sam9n12,
6 at91sam9x5, sama5d3
7
eb5e76ff
JCPV
8- reg: Should contain PMC registers location and length
9
10Examples:
11 pmc: pmc@fffffc00 {
12 compatible = "atmel,at91rm9200-pmc";
13 reg = <0xfffffc00 0x100>;
14 };
This page took 0.182177 seconds and 5 git commands to generate.