cpcap-rtc.txt 457 B

123456789101112131415161718
  1. Motorola CPCAP PMIC RTC
  2. -----------------------
  3. This module is part of the CPCAP. For more details about the whole
  4. chip see Documentation/devicetree/bindings/mfd/motorola-cpcap.txt.
  5. Requires node properties:
  6. - compatible: should contain "motorola,cpcap-rtc"
  7. - interrupts: An interrupt specifier for alarm and 1 Hz irq
  8. Example:
  9. &cpcap {
  10. cpcap_rtc: rtc {
  11. compatible = "motorola,cpcap-rtc";
  12. interrupts = <39 IRQ_TYPE_NONE>, <26 IRQ_TYPE_NONE>;
  13. };
  14. };