forked from Minki/linux
eb5e76ffd4
Specified the main Oscillator via clock binding. This will allow to do not hardcode it anymore in the DT board at 12MHz. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by: Rob Herring <rob.herring@calxeda.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
12 lines
264 B
Plaintext
12 lines
264 B
Plaintext
* Power Management Controller (PMC)
|
|
|
|
Required properties:
|
|
- compatible: Should be "atmel,at91rm9200-pmc"
|
|
- reg: Should contain PMC registers location and length
|
|
|
|
Examples:
|
|
pmc: pmc@fffffc00 {
|
|
compatible = "atmel,at91rm9200-pmc";
|
|
reg = <0xfffffc00 0x100>;
|
|
};
|