digicolor-rtc.txt 394 B

1234567891011121314151617
  1. Conexant Digicolor Real Time Clock controller
  2. This binding currently supports the CX92755 SoC.
  3. Required properties:
  4. - compatible: should be "cnxt,cx92755-rtc"
  5. - reg: physical base address of the controller and length of memory mapped
  6. region.
  7. - interrupts: rtc alarm interrupt
  8. Example:
  9. rtc@f0000c30 {
  10. compatible = "cnxt,cx92755-rtc";
  11. reg = <0xf0000c30 0x18>;
  12. interrupts = <25>;
  13. };