5 - compatible : one of the following
12 - maxim,rsns-microohm : Resistance of rsns resistor in micro Ohms
13 (datasheet-recommended value is 10000).
14 Defining this property enables current-sense functionality.
16 Optional threshold properties :
17 If skipped the condition won't be reported.
18 - maxim,cold-temp : Temperature threshold to report battery
19 as cold (in tenths of degree Celsius).
20 - maxim,over-heat-temp : Temperature threshold to report battery
21 as over heated (in tenths of degree Celsius).
22 - maxim,dead-volt : Voltage threshold to report battery
24 - maxim,over-volt : Voltage threshold to report battery
25 as over voltage (in mV).
30 compatible = "maxim,max17042";
32 maxim,rsns-microohm = <10000>;
33 maxim,over-heat-temp = <600>;
34 maxim,over-volt = <4300>;