Lines Matching +full:end +full:- +full:of +full:- +full:charge
1 Maxim MAX14577/77836 Multi-Function Device
3 MAX14577 is a Multi-Function Device with Micro-USB Interface Circuit, Li+
8 For the description of Fuel Gauge low SOC alert interrupt see:
13 - compatible : Must be "maxim,max14577" or "maxim,max77836".
14 - reg : I2C slave address for the max14577 chip (0x25 for max14577/max77836)
15 - interrupts : IRQ line for the chip.
19 - charger :
22 - compatible : "maxim,max14577-charger"
23 or "maxim,max77836-charger"
24 - maxim,fast-charge-uamp : Current in uA for Fast Charge;
26 - for max14577: 90000 - 950000;
27 - for max77836: 45000 - 475000;
28 - maxim,eoc-uamp : Current in uA for End-Of-Charge mode;
30 - for max14577: 50000 - 200000;
31 - for max77836: 5000 - 100000;
32 - maxim,ovp-uvolt : OverVoltage Protection Threshold in uV;
35 - 6000000, 6500000, 7000000, 7500000;
36 - maxim,constant-uvolt : Battery Constant Voltage in uV;
38 - 4000000 - 4280000 (step by 20000);
39 - 4350000;
43 - max14577-muic/max77836-muic :
46 - compatible : "maxim,max14577-muic" or "maxim,max77836-muic"
48 - regulators :
50 - compatible : "maxim,max14577-regulator"
51 or "maxim,max77836-regulator"
53 May contain a sub-node per regulator from the list below. Each
54 sub-node should contain the constraints and initialization information
55 for that regulator. See regulator.txt for a description of standard
56 properties for these sub-nodes.
58 List of valid regulator names:
59 - for max14577: CHARGER, SAFEOUT.
60 - for max77836: CHARGER, SAFEOUT, LDO1, LDO2.
68 #include <dt-bindings/interrupt-controller/irq.h>
73 interrupt-parent = <&gpx1>;
76 muic: max14577-muic {
77 compatible = "maxim,max14577-muic";
81 compatible = "maxim,max14577-regulator";
84 regulator-name = "SAFEOUT";
87 regulator-name = "CHARGER";
88 regulator-min-microamp = <90000>;
89 regulator-max-microamp = <950000>;
90 regulator-boot-on;
95 compatible = "maxim,max14577-charger";
97 maxim,constant-uvolt = <4350000>;
98 maxim,fast-charge-uamp = <450000>;
99 maxim,eoc-uamp = <50000>;
100 maxim,ovp-uvolt = <6500000>;
108 interrupt-parent = <&gpx1>;
111 muic: max77836-muic {
112 compatible = "maxim,max77836-muic";
116 compatible = "maxim,max77836-regulator";
119 regulator-name = "SAFEOUT";
122 regulator-name = "CHARGER";
123 regulator-min-microamp = <90000>;
124 regulator-max-microamp = <950000>;
125 regulator-boot-on;
128 regulator-name = "LDO1";
129 regulator-min-microvolt = <2700000>;
130 regulator-max-microvolt = <2700000>;
133 regulator-name = "LDO2";
134 regulator-min-microvolt = <800000>;
135 regulator-max-microvolt = <3950000>;
140 compatible = "maxim,max77836-charger";
142 maxim,constant-uvolt = <4350000>;
143 maxim,fast-charge-uamp = <225000>;
144 maxim,eoc-uamp = <7500>;
145 maxim,ovp-uvolt = <6500000>;