Lines Matching +full:battery +full:- +full:temperature
1 # SPDX-License-Identifier: GPL-2.0
4 ---
5 $id: http://devicetree.org/schemas/power/supply/stericsson,ab8500-btemp.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: AB8500 Battery Temperature Monitor
11 - Sebastian Reichel <sre@kernel.org>
14 - $ref: power-supply.yaml#
18 const: stericsson,ab8500-btemp
20 monitored-battery:
22 description: phandle to battery node
24 battery:
31 interrupt-names:
33 - const: BAT_CTRL_INDB
34 - const: BTEMP_LOW
35 - const: BTEMP_HIGH
36 - const: BTEMP_LOW_MEDIUM
37 - const: BTEMP_MEDIUM_HIGH
39 io-channels:
42 io-channel-names:
44 - const: btemp_ball
45 - const: bat_ctrl
48 - compatible
49 - monitored-battery
50 - interrupts
51 - interrupt-names
52 - io-channels
53 - io-channel-names
58 - |
59 #include <dt-bindings/interrupt-controller/irq.h>
61 battery-temperature {
62 compatible = "stericsson,ab8500-btemp";
63 monitored-battery = <&battery>;
69 interrupt-names = "BAT_CTRL_INDB",
74 io-channels = <&gpadc 0x02>, <&gpadc 0x01>;
75 io-channel-names = "btemp_ball", "bat_ctrl";