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: Maxim MAX17201 fuel gauge
10 - Dimitri Fedrau <dima.fedrau@gmail.com>
13 - $ref: power-supply.yaml#
18 - const: maxim,max17201
19 - items:
20 - enum:
21 - maxim,max17205
22 - const: maxim,max17201
26 - description: ModelGauge m5 registers
27 - description: Nonvolatile registers
29 reg-names:
31 - const: m5
32 - const: nvmem
38 - compatible
39 - reg
40 - reg-names
45 - |
46 #include <dt-bindings/interrupt-controller/irq.h>
48 #address-cells = <1>;
49 #size-cells = <0>;
51 fuel-gauge@36 {
54 reg-names = "m5", "nvmem";
55 interrupt-parent = <&gpio0>;