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