Merge tag 'v3.4-rc3' into staging/for_v3.5
[cascardo/linux.git] / Documentation / devicetree / bindings / arm / atmel-pmc.txt
1 * Power Management Controller (PMC)
2
3 Required properties:
4 - compatible: Should be "atmel,at91rm9200-pmc"
5 - reg: Should contain PMC registers location and length
6
7 Examples:
8         pmc: pmc@fffffc00 {
9                 compatible = "atmel,at91rm9200-pmc";
10                 reg = <0xfffffc00 0x100>;
11         };