atmel-pmc.txt 350 B

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