1 TPS65217 family of regulators
4 - compatible: "ti,tps65217"
5 - reg: I2C slave address
6 - regulators: list of regulators provided by this controller, must be named
7 after their hardware counterparts: dcdc[1-3] and ldo[1-4]
8 - regulators: This is the list of child nodes that specify the regulator
9 initialization data for defined regulators. Not all regulators for the given
10 device need to be present. The definition for each of these nodes is defined
11 using the standard binding for regulators found at
12 Documentation/devicetree/bindings/regulator/regulator.txt.
15 - ti,pmic-shutdown-controller: Telling the PMIC to shutdown on PWR_EN toggle.
17 The valid names for regulators are:
18 tps65217: dcdc1, dcdc2, dcdc3, ldo1, ldo2, ldo3 and ldo4
20 Each regulator is defined using the standard binding for regulators.
25 compatible = "ti,tps65217";
26 ti,pmic-shutdown-controller;
30 regulator-min-microvolt = <900000>;
31 regulator-max-microvolt = <1800000>;
37 regulator-min-microvolt = <900000>;
38 regulator-max-microvolt = <3300000>;
44 regulator-min-microvolt = <900000>;
45 regulator-max-microvolt = <1500000>;
51 regulator-min-microvolt = <1000000>;
52 regulator-max-microvolt = <3300000>;
58 regulator-min-microvolt = <900000>;
59 regulator-max-microvolt = <3300000>;
65 regulator-min-microvolt = <1800000>;
66 regulator-max-microvolt = <3300000>;
72 regulator-min-microvolt = <1800000>;
73 regulator-max-microvolt = <3300000>;