1 Maxim MAX77693 multi-function device
3 MAX77693 is a Multifunction device with the following submodules:
10 It is interfaced to host controller using i2c.
11 This document describes the bindings for the mfd device.
14 - compatible : Must be "maxim,max77693".
15 - reg : Specifies the i2c slave address of PMIC block.
16 - interrupts : This i2c device has an IRQ line connected to the main SoC.
17 - interrupt-parent : The parent interrupt controller.
20 - regulators : The regulators of max77693 have to be instantiated under subnod
21 named "regulators" using the following format.
24 regualtor-compatible = ESAFEOUT1/ESAFEOUT2/CHARGER
25 standard regulator constratints[*].
28 [*] refer Documentation/devicetree/bindings/regulator/regulator.txt
32 compatible = "maxim,max77693";
34 interrupt-parent = <&gpx1>;
39 regulator-compatible = "ESAFEOUT1";
40 regulator-name = "ESAFEOUT1";
44 regulator-compatible = "ESAFEOUT2";
45 regulator-name = "ESAFEOUT2";
48 regulator-compatible = "CHARGER";
49 regulator-name = "CHARGER";
50 regulator-min-microamp = <60000>;
51 regulator-max-microamp = <2580000>;