18c2ecf20Sopenharmony_ciMarvell 88PM860x regulator 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ciRequired properties: 48c2ecf20Sopenharmony_ci- compatible: "marvell,88pm860x" 58c2ecf20Sopenharmony_ci- reg: I2C slave address 68c2ecf20Sopenharmony_ci- regulators: A node that houses a sub-node for each regulator within the 78c2ecf20Sopenharmony_ci device. Each sub-node is identified using the regulator-compatible 88c2ecf20Sopenharmony_ci property, with valid values listed below. 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ciExample: 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci pmic: 88pm860x@34 { 138c2ecf20Sopenharmony_ci compatible = "marvell,88pm860x"; 148c2ecf20Sopenharmony_ci reg = <0x34>; 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ci regulators { 178c2ecf20Sopenharmony_ci BUCK1 { 188c2ecf20Sopenharmony_ci regulator-min-microvolt = <1000000>; 198c2ecf20Sopenharmony_ci regulator-max-microvolt = <1500000>; 208c2ecf20Sopenharmony_ci regulator-boot-on; 218c2ecf20Sopenharmony_ci regulator-always-on; 228c2ecf20Sopenharmony_ci }; 238c2ecf20Sopenharmony_ci BUCK3 { 248c2ecf20Sopenharmony_ci regulator-min-microvolt = <1000000>; 258c2ecf20Sopenharmony_ci regulator-max-microvolt = <3000000>; 268c2ecf20Sopenharmony_ci regulator-boot-on; 278c2ecf20Sopenharmony_ci regulator-always-on; 288c2ecf20Sopenharmony_ci }; 298c2ecf20Sopenharmony_ci }; 308c2ecf20Sopenharmony_ci }; 31