blob: 389bed5056e8ec8e6bdcf5806b60b9db3a2c4150 [file] [log] [blame]
Jean-Christophe PLAGNIOL-VILLARDeb5e76f2012-03-02 20:44:23 +08001* Power Management Controller (PMC)
2
3Required properties:
4- compatible: Should be "atmel,at91rm9200-pmc"
5- reg: Should contain PMC registers location and length
6
7Examples:
8 pmc: pmc@fffffc00 {
9 compatible = "atmel,at91rm9200-pmc";
10 reg = <0xfffffc00 0x100>;
11 };