18c2ecf20Sopenharmony_ci* TI BQ32000                I2C Serial Real-Time Clock
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible: Should contain "ti,bq32000".
58c2ecf20Sopenharmony_ci- reg: I2C address for chip
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ciOptional properties:
88c2ecf20Sopenharmony_ci- trickle-resistor-ohms : Selected resistor for trickle charger
98c2ecf20Sopenharmony_ci       Values usable are 1120 and 20180
108c2ecf20Sopenharmony_ci       Should be given if trickle charger should be enabled
118c2ecf20Sopenharmony_ci- trickle-diode-disable : Do not use internal trickle charger diode
128c2ecf20Sopenharmony_ci       Should be given if internal trickle charger diode should be disabled
138c2ecf20Sopenharmony_ciExample:
148c2ecf20Sopenharmony_ci       bq32000: rtc@68 {
158c2ecf20Sopenharmony_ci               compatible = "ti,bq32000";
168c2ecf20Sopenharmony_ci               trickle-resistor-ohms = <1120>;
178c2ecf20Sopenharmony_ci               reg = <0x68>;
188c2ecf20Sopenharmony_ci       };
19