Lines Matching +full:range +full:- +full:gpios
1 * Maxim MAX8998, National/TI LP3974 multi-function device
3 The Maxim MAX8998 is a multi-function device which includes voltage/current
5 other sub-blocks. It is interfaced using an I2C interface. Each sub-block
8 PMIC sub-block
9 --------------
11 The PMIC sub-block contains a number of voltage and current regulators,
17 - compatible: Should be one of the following:
18 - "maxim,max8998" for Maxim MAX8998
19 - "national,lp3974" or "ti,lp3974" for National/TI LP3974.
20 - reg: Specifies the i2c slave address of the pmic block. It should be 0x66.
23 - interrupts: Interrupt specifiers for two interrupt sources.
24 - First interrupt specifier is for main interrupt.
25 - Second interrupt specifier is for power-on/-off interrupt.
26 - max8998,pmic-buck1-dvs-gpios: GPIO specifiers for two host gpios used
29 - max8998,pmic-buck2-dvs-gpio: GPIO specifier for host gpio used
32 - max8998,pmic-buck1-default-dvs-idx: Default voltage setting selected from
33 the possible 4 options selectable by the dvs gpios. The value of this
34 property should be 0, 1, 2 or 3. If not specified or out of range,
36 - max8998,pmic-buck2-default-dvs-idx: Default voltage setting selected from
37 the possible 2 options selectable by the dvs gpios. The value of this
38 property should be 0 or 1. If not specified or out of range, a default
40 - max8998,pmic-buck-voltage-lock: If present, disallows changing of
43 Additional properties required if max8998,pmic-buck1-dvs-gpios is defined:
44 - max8998,pmic-buck1-dvs-voltage: An array of 4 voltage values in microvolts
47 Additional properties required if max8998,pmic-buck2-dvs-gpio is defined:
48 - max8998,pmic-buck2-dvs-voltage: An array of 2 voltage values in microvolts
55 regulator-name {
63 - LDOn
64 - valid values for n are 2 to 17
65 - Example: LDO2, LDO10, LDO17
66 - BUCKn
67 - valid values for n are 1 to 4.
68 - Example: BUCK1, BUCK2, BUCK3, BUCK4
70 - ENVICHG: Battery Charging Current Monitor Output. This is a fixed
73 - ESAFEOUT1: (ldo19)
74 - ESAFEOUT2: (ld020)
76 - CHARGER: main battery charger current control
85 compatible = "maxim,max8998-pmic";
87 interrupt-parent = <&wakeup_eint>;
91 max8998,pmic-buck1-default-dvs-idx = <0>;
92 max8998,pmic-buck1-dvs-gpios = <&gpx0 0 1 0 0>, /* SET1 */
94 max8998,pmic-buck1-dvs-voltage = <1350000>, <1300000>,
98 max8998,pmic-buck2-default-dvs-idx = <0>;
99 max8998,pmic-buck2-dvs-gpio = <&gpx0 0 3 0 0>; /* SET3 */
100 max8998,pmic-buck2-dvs-voltage = <1350000>, <1300000>;
105 regulator-name = "VDD_ALIVE_1.1V";
106 regulator-min-microvolt = <1100000>;
107 regulator-max-microvolt = <1100000>;
108 regulator-always-on;
112 regulator-name = "VDD_ARM_1.2V";
113 regulator-min-microvolt = <950000>;
114 regulator-max-microvolt = <1350000>;
115 regulator-always-on;
116 regulator-boot-on;
120 regulator-name = "CHARGER";
121 regulator-min-microamp = <90000>;
122 regulator-max-microamp = <800000>;