Lines Matching +full:regulator +full:- +full:compatible

1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzk@kernel.org>
20 includes voltage safeout and LDO regulators, charger, fuel-gauge and MicroUSB
24 compatible:
26 - maxim,max14577
27 - maxim,max77836
35 wakeup-source: true
44 compatible:
46 - maxim,max14577-muic
47 - maxim,max77836-muic
50 - compatible
53 $ref: /schemas/regulator/maxim,max14577.yaml
56 - compatible
57 - interrupts
58 - reg
59 - charger
62 - if:
64 compatible:
71 compatible:
72 const: maxim,max14577-charger
75 compatible:
76 const: maxim,max14577-muic
77 regulator:
79 compatible:
80 const: maxim,max14577-regulator
85 compatible:
86 const: maxim,max77836-charger
89 compatible:
90 const: maxim,max77836-muic
91 regulator:
93 compatible:
94 const: maxim,max77836-regulator
99 - |
100 #include <dt-bindings/interrupt-controller/irq.h>
103 #address-cells = <1>;
104 #size-cells = <0>;
107 compatible = "maxim,max14577";
109 interrupt-parent = <&gpx1>;
113 compatible = "maxim,max14577-muic";
117 compatible = "maxim,max14577-regulator";
120 regulator-name = "SAFEOUT";
124 regulator-name = "CHARGER";
125 regulator-min-microamp = <90000>;
126 regulator-max-microamp = <950000>;
127 regulator-boot-on;
132 compatible = "maxim,max14577-charger";
134 maxim,constant-uvolt = <4350000>;
135 maxim,fast-charge-uamp = <450000>;
136 maxim,eoc-uamp = <50000>;
137 maxim,ovp-uvolt = <6500000>;
142 - |
143 #include <dt-bindings/interrupt-controller/irq.h>
146 #address-cells = <1>;
147 #size-cells = <0>;
150 compatible = "maxim,max77836";
151 interrupt-parent = <&gpx1>;
154 wakeup-source;
157 compatible = "maxim,max77836-muic";
161 compatible = "maxim,max77836-regulator";
164 regulator-name = "SAFEOUT";
168 regulator-name = "CHARGER";
169 regulator-min-microamp = <45000>;
170 regulator-max-microamp = <475000>;
171 regulator-boot-on;
175 regulator-name = "MOT_2.7V";
176 regulator-min-microvolt = <1100000>;
177 regulator-max-microvolt = <2700000>;
181 regulator-name = "UNUSED_LDO2";
182 regulator-min-microvolt = <800000>;
183 regulator-max-microvolt = <3950000>;
188 compatible = "maxim,max77836-charger";
190 maxim,constant-uvolt = <4350000>;
191 maxim,fast-charge-uamp = <225000>;
192 maxim,eoc-uamp = <7500>;
193 maxim,ovp-uvolt = <6500000>;