Lines Matching +full:fuel +full:- +full:gauge
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Battery driver for CW2015 shuntless fuel gauge by CellWise.
10 - Tobias Schramm <t.schramm@manjaro.org>
13 The driver can utilize information from a simple-battery linked via a
14 phandle in monitored-battery. If specified the driver uses the
15 charge-full-design-microamp-hours property of the battery.
24 cellwise,battery-profile:
30 $ref: /schemas/types.yaml#definitions/uint8-array
34 cellwise,monitor-interval-ms:
36 Specifies the interval in milliseconds gauge values are polled at
39 power-supplies:
41 Specifies supplies used for charging the battery connected to this gauge
42 $ref: /schemas/types.yaml#/definitions/phandle-array
46 monitored-battery:
48 Specifies the phandle of a simple-battery connected to this gauge
52 - compatible
53 - reg
58 - |
60 #address-cells = <1>;
61 #size-cells = <0>;
66 cellwise,battery-profile = /bits/ 8 <
76 cellwise,monitor-interval-ms = <5000>;
77 monitored-battery = <&bat>;
78 power-supplies = <&mains_charger>, <&usb_charger>;