18c2ecf20Sopenharmony_ciMarvell 88PG867/88PG868 voltage regulators
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible: one of "marvell,88pg867", "marvell,88pg868";
58c2ecf20Sopenharmony_ci- reg: I2C slave address.
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ciOptional subnodes for regulators: "buck1", "buck2", using common regulator
88c2ecf20Sopenharmony_cibindings given in <Documentation/devicetree/bindings/regulator/regulator.txt>.
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ciExample:
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci	pg868@19 {
138c2ecf20Sopenharmony_ci		compatible = "marvell,88pg868";
148c2ecf20Sopenharmony_ci		reg = <0x19>;
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci		vcpu: buck1 {
178c2ecf20Sopenharmony_ci			regulator-boot-on;
188c2ecf20Sopenharmony_ci			regulator-always-on;
198c2ecf20Sopenharmony_ci			regulator-min-microvolt = <1000000>;
208c2ecf20Sopenharmony_ci			regulator-max-microvolt = <1350000>;
218c2ecf20Sopenharmony_ci		};
228c2ecf20Sopenharmony_ci	};
23