pxa-rtc.txt 213 B

1234567891011121314
  1. * PXA RTC
  2. PXA specific RTC driver.
  3. Required properties:
  4. - compatible : Should be "marvell,pxa-rtc"
  5. Examples:
  6. rtc@40900000 {
  7. compatible = "marvell,pxa-rtc";
  8. reg = <0x40900000 0x3c>;
  9. interrupts = <30 31>;
  10. };