1 Dallas DS1307 and compatible RTC
4 - compatible: should be one of:
23 - reg: I2C bus address of the device
26 - interrupts: rtc alarm interrupt.
27 - clock-output-names: From common clock binding to override the default output
29 - wakeup-source: Enables wake up of host system on alarm
30 - trickle-resistor-ohms : ds1339, ds1340 and ds 1388 only
31 Selected resistor for trickle charger
32 Possible values are 250, 2000, 4000
33 Should be given if trickle charger should be enabled
34 - trickle-diode-disable : ds1339, ds1340 and ds 1388 only
35 Do not use internal trickle charger diode
36 Should be given if internal trickle charger diode should be disabled
40 compatible = "dallas,ds1339";
42 interrupt-parent = <&gpio4>;
44 trickle-resistor-ohms = <250>;