1 * Maxim/Dallas Semiconductor DS-1302 RTC
3 Simple device which could be used to store date/time between reboots.
5 The device uses the standard MicroWire half-duplex transfer timing.
6 Master output is set on low clock and sensed by the RTC on the rising
7 edge. Master input is set by the RTC on the trailing edge and is sensed
8 by the master on low clock.
12 - compatible : Should be "maxim,ds1302"
14 Required SPI properties:
16 - reg : Should be address of the device chip select within
19 - spi-max-frequency : DS-1302 has 500 kHz if powered at 2.2V,
20 and 2MHz if powered at 5V.
22 - spi-3wire : The device has a shared signal IN/OUT line.
24 - spi-lsb-first : DS-1302 requires least significant bit first
27 - spi-cs-high: DS-1302 has active high chip select line. This is
28 required unless inverted in hardware.
35 compatible = "icpdas,lp8841-spi-rtc";
39 compatible = "maxim,ds1302";
41 spi-max-frequency = <500000>;