1 Marvell 88PM860x regulator 2 3 Required properties: 4 - compatible: "marvell,88pm860x" 5 - reg: I2C slave address 6 - regulators: A node that houses a sub-node fo 7 device. Each sub-node is identified using th 8 property, with valid values listed below. 9 10 Example: 11 12 pmic: 88pm860x@34 { 13 compatible = "marvell,88pm860x 14 reg = <0x34>; 15 16 regulators { 17 BUCK1 { 18 regulator-min- 19 regulator-max- 20 regulator-boot 21 regulator-alwa 22 }; 23 BUCK3 { 24 regulator-min- 25 regulator-max- 26 regulator-boot 27 regulator-alwa 28 }; 29 }; 30 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.