atmel-pmc.txt 264 B

123456789101112
  1. * Power Management Controller (PMC)
  2. Required properties:
  3. - compatible: Should be "atmel,at91rm9200-pmc"
  4. - reg: Should contain PMC registers location and length
  5. Examples:
  6. pmc: pmc@fffffc00 {
  7. compatible = "atmel,at91rm9200-pmc";
  8. reg = <0xfffffc00 0x100>;
  9. };