ds3232.txt 354 B

123456789101112131415
  1. DS3232 Real-Time Clock with SRAM
  2. The RTC driver provides time and date functionality. Also read and write
  3. functions are provided that can be used to access the SRAM memory.
  4. Required properties:
  5. - compatible : should contain "dallas,ds3232"
  6. - reg : the I2C RTC address
  7. Example:
  8. rtc@68 {
  9. compatible = "dallas,ds3232";
  10. reg = <0x68>;
  11. };