1 Maxim MAX14577/77836 Multi-Function Device
3 MAX14577 is a Multi-Function Device with Micro-USB Interface Circuit, Li+
4 Battery Charger and SFOUT LDO output for powering USB devices. It is
5 interfaced to host controller using I2C.
7 MAX77836 additionally contains PMIC (with two LDO regulators) and Fuel Gauge.
8 For the description of Fuel Gauge low SOC alert interrupt see:
9 ../power/supply/max17040_battery.txt
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.
20 Node for configuring the charger driver.
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;
33 In an overvoltage condition, INT asserts and charging
35 - 6000000, 6500000, 7000000, 7500000;
36 - maxim,constant-uvolt : Battery Constant Voltage in uV;
38 - 4000000 - 4280000 (step by 20000);
43 - max14577-muic/max77836-muic :
44 Node used only by extcon consumers.
46 - compatible : "maxim,max14577-muic" or "maxim,max77836-muic"
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.
62 The SAFEOUT is a fixed voltage regulator so there is no need to specify
68 #include <dt-bindings/interrupt-controller/irq.h>
71 compatible = "maxim,max14577";
73 interrupt-parent = <&gpx1>;
74 interrupts = <5 IRQ_TYPE_NONE>;
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>;
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>;
106 compatible = "maxim,max77836";
108 interrupt-parent = <&gpx1>;
109 interrupts = <5 IRQ_TYPE_NONE>;
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>;
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>;