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