blob: 254b7bc3c3ecc914b95aa9cc07281e49f3d04556 [file] [log] [blame]
Han Nandor0b326fc2019-11-12 08:39:38 +00001DS3232 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};