1 * Powerventure Semiconductor PV88060 Voltage Regulator
4 - compatible: "pvs,pv88060".
5 - reg: I2C slave address, usually 0x49.
6 - interrupts: the interrupt outputs of the controller
7 - regulators: A node that houses a sub-node for each regulator within the
8 device. Each sub-node is identified using the node's name, with valid
9 values listed below. The content of each sub-node is defined by the
10 standard binding for regulators; see regulator.txt.
11 BUCK1, LDO1, LDO2, LDO3, LDO4, LDO5, LDO6, LDO7, SW1, SW2, SW3, SW4,
15 - Any optional property defined in regulator.txt
20 compatible = "pvs,pv88060";
22 interrupt-parent = <&gpio>;
27 regulator-name = "buck1";
28 regulator-min-microvolt = <2800000>;
29 regulator-max-microvolt = <4387500>;
30 regulator-min-microamp = <1496000>;
31 regulator-max-microamp = <4189000>;
36 regulator-name = "ldo1";
37 regulator-min-microvolt = <1200000>;
38 regulator-max-microvolt = <3350000>;
43 regulator-name = "ldo2";
44 regulator-min-microvolt = <1200000>;
45 regulator-max-microvolt = <3350000>;
50 regulator-name = "ldo3";
51 regulator-min-microvolt = <1200000>;
52 regulator-max-microvolt = <3350000>;
57 regulator-name = "ldo4";
58 regulator-min-microvolt = <1200000>;
59 regulator-max-microvolt = <3350000>;
64 regulator-name = "ldo5";
65 regulator-min-microvolt = <1200000>;
66 regulator-max-microvolt = <3350000>;
71 regulator-name = "ldo6";
72 regulator-min-microvolt = <1200000>;
73 regulator-max-microvolt = <3350000>;
78 regulator-name = "ldo7";
79 regulator-min-microvolt = <1200000>;
80 regulator-max-microvolt = <3350000>;
85 regulator-name = "sw1";
86 regulator-min-microvolt = <5000000>;
87 regulator-max-microvolt = <5000000>;
91 regulator-name = "sw2";
92 regulator-min-microvolt = <5000000>;
93 regulator-max-microvolt = <5000000>;
98 regulator-name = "sw3";
99 regulator-min-microvolt = <5000000>;
100 regulator-max-microvolt = <5000000>;
105 regulator-name = "sw4";
106 regulator-min-microvolt = <5000000>;
107 regulator-max-microvolt = <5000000>;
112 regulator-name = "sw5";
113 regulator-min-microvolt = <5000000>;
114 regulator-max-microvolt = <5000000>;
119 regulator-name = "sw6";
120 regulator-min-microvolt = <5000000>;
121 regulator-max-microvolt = <5000000>;