maxim,ds1742.txt 286 B

123456789101112
  1. * Maxim (Dallas) DS1742/DS1743 Real Time Clock
  2. Required properties:
  3. - compatible: Should contain "maxim,ds1742".
  4. - reg: Physical base address of the RTC and length of memory
  5. mapped region.
  6. Example:
  7. rtc: rtc@10000000 {
  8. compatible = "maxim,ds1742";
  9. reg = <0x10000000 0x800>;
  10. };