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.
18 - $ref: power-supply.yaml#
27 cellwise,battery-profile:
33 $ref: /schemas/types.yaml#/definitions/uint8-array
37 cellwise,monitor-interval-ms:
39 Specifies the interval in milliseconds gauge values are polled at
42 power-supplies:
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>;