Lines Matching +full:level +full:- +full:low
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:
36 The alert threshold that sets the state of charge level (%) where an interrupt is generated.
39 maxim,double-soc:
47 $ref: /schemas/types.yaml#/definitions/uint8-array
58 wakeup-source:
61 Use this property to use alert low SoC level interrupt as wake up source.
64 - compatible
65 - reg
70 - |
72 #address-cells = <1>;
73 #size-cells = <0>;
79 maxim,alert-low-soc-level = <10>;
80 maxim,double-soc;
83 - |
84 #include <dt-bindings/interrupt-controller/irq.h>
86 #address-cells = <1>;
87 #size-cells = <0>;
90 compatible = "maxim,max77836-battery";
92 maxim,alert-low-soc-level = <10>;
93 interrupt-parent = <&gpio7>;
95 wakeup-source;