lpc32xx-rtc.txt 341 B

123456789101112131415
  1. * NXP LPC32xx SoC Real Time Clock controller
  2. Required properties:
  3. - compatible: must be "nxp,lpc3220-rtc"
  4. - reg: physical base address of the controller and length of memory mapped
  5. region.
  6. - interrupts: The RTC interrupt
  7. Example:
  8. rtc@40024000 {
  9. compatible = "nxp,lpc3220-rtc";
  10. reg = <0x40024000 0x1000>;
  11. interrupts = <52 0>;
  12. };