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