Lines Matching +full:battery +full:- +full:temperature
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sebastian Reichel <sre@kernel.org>
13 - $ref: power-supply.yaml#
18 - maxim,max17042
19 - maxim,max17047
20 - maxim,max17050
21 - maxim,max17055
22 - maxim,max77849-battery
30 The ALRT pin, an open-drain interrupt.
32 maxim,rsns-microohm:
35 Resistance of rsns resistor in micro Ohms (datasheet-recommended value is 10000).
36 Defining this property enables current-sense functionality.
38 maxim,cold-temp:
41 Temperature threshold to report battery as cold (in tenths of degree Celsius).
44 maxim,over-heat-temp:
47 Temperature threshold to report battery as over heated (in tenths of degree Celsius).
50 maxim,dead-volt:
53 Voltage threshold to report battery as dead (in mV).
54 Default is not to report dead battery events.
56 maxim,over-volt:
59 Voltage threshold to report battery as over voltage (in mV).
60 Default is not to report over-voltage events.
62 power-supplies: true
65 - compatible
66 - reg
71 - |
73 #address-cells = <1>;
74 #size-cells = <0>;
76 battery@36 {
79 maxim,rsns-microohm = <10000>;
80 maxim,over-heat-temp = <600>;
81 maxim,over-volt = <4300>;