Lines Matching +full:double +full:- +full:channel
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,max17040
19 - maxim,max17041
20 - maxim,max17043
21 - maxim,max17044
22 - maxim,max17048
23 - maxim,max17049
24 - maxim,max17058
25 - maxim,max17059
26 - maxim,max77836-battery
31 maxim,alert-low-soc-level:
39 maxim,double-soc:
42 Certain devices return double the capacity.
47 $ref: /schemas/types.yaml#/definitions/uint8-array
58 io-channels:
60 - description: battery temperature
62 io-channel-names:
64 - const: temp
66 wakeup-source:
72 - compatible
73 - reg
78 - |
80 #address-cells = <1>;
81 #size-cells = <0>;
87 maxim,alert-low-soc-level = <10>;
88 maxim,double-soc;
91 - |
92 #include <dt-bindings/interrupt-controller/irq.h>
94 #address-cells = <1>;
95 #size-cells = <0>;
98 compatible = "maxim,max77836-battery";
100 maxim,alert-low-soc-level = <10>;
101 interrupt-parent = <&gpio7>;
103 wakeup-source;
106 - |
107 #include <dt-bindings/interrupt-controller/irq.h>
109 #address-cells = <1>;
110 #size-cells = <0>;
112 fuel-gauge@36 {
116 interrupt-parent = <&gpio>;
119 monitored-battery = <&battery>;
120 power-supplies = <&charger>;
122 io-channels = <&adc 8>;
123 io-channel-names = "temp";
125 maxim,alert-low-soc-level = <10>;
126 wakeup-source;