Lines Matching +full:battery +full:- +full:temperature
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: LTC2941, LTC2942, LTC2943 and LTC2944 battery fuel gauges
10 All chips measure battery capacity.
12 temperature monitoring, and is runtime detected. LTC2943 and LTC2944
14 for the charge counter and adds voltage, current and temperature monitoring.
17 - Sebastian Reichel <sre@kernel.org>
20 - $ref: power-supply.yaml#
25 - lltc,ltc2941
26 - lltc,ltc2942
27 - lltc,ltc2943
28 - lltc,ltc2944
33 lltc,resistor-sense:
36 Sense resistor value in milli-ohms.
37 Can be negative value when the battery has been connected to the wrong end of the resistor.
39 lltc,prescaler-exponent:
45 The setting is lost when the battery is disconnected.
48 - compatible
49 - reg
50 - lltc,resistor-sense
51 - lltc,prescaler-exponent
56 - |
58 #address-cells = <1>;
59 #size-cells = <0>;
60 battery@64 {
63 lltc,resistor-sense = <15>;
64 lltc,prescaler-exponent = <5>; /* 2^(2*5) = 1024 */