1*c66ec88fSEmmanuel VadotMarvell 88PG867/88PG868 voltage regulators 2*c66ec88fSEmmanuel Vadot 3*c66ec88fSEmmanuel VadotRequired properties: 4*c66ec88fSEmmanuel Vadot- compatible: one of "marvell,88pg867", "marvell,88pg868"; 5*c66ec88fSEmmanuel Vadot- reg: I2C slave address. 6*c66ec88fSEmmanuel Vadot 7*c66ec88fSEmmanuel VadotOptional subnodes for regulators: "buck1", "buck2", using common regulator 8*c66ec88fSEmmanuel Vadotbindings given in <Documentation/devicetree/bindings/regulator/regulator.txt>. 9*c66ec88fSEmmanuel Vadot 10*c66ec88fSEmmanuel VadotExample: 11*c66ec88fSEmmanuel Vadot 12*c66ec88fSEmmanuel Vadot pg868@19 { 13*c66ec88fSEmmanuel Vadot compatible = "marvell,88pg868"; 14*c66ec88fSEmmanuel Vadot reg = <0x19>; 15*c66ec88fSEmmanuel Vadot 16*c66ec88fSEmmanuel Vadot vcpu: buck1 { 17*c66ec88fSEmmanuel Vadot regulator-boot-on; 18*c66ec88fSEmmanuel Vadot regulator-always-on; 19*c66ec88fSEmmanuel Vadot regulator-min-microvolt = <1000000>; 20*c66ec88fSEmmanuel Vadot regulator-max-microvolt = <1350000>; 21*c66ec88fSEmmanuel Vadot }; 22*c66ec88fSEmmanuel Vadot }; 23