88pg86x.txt 530 B

12345678910111213141516171819202122
  1. Marvell 88PG867/88PG868 voltage regulators
  2. Required properties:
  3. - compatible: one of "marvell,88pg867", "marvell,88pg868";
  4. - reg: I2C slave address.
  5. Optional subnodes for regulators: "buck1", "buck2", using common regulator
  6. bindings given in <Documentation/devicetree/bindings/regulator/regulator.txt>.
  7. Example:
  8. pg868@19 {
  9. compatible = "marvell,88pg868";
  10. reg = <0x19>;
  11. vcpu: buck1 {
  12. regulator-boot-on;
  13. regulator-always-on;
  14. regulator-min-microvolt = <1000000>;
  15. regulator-max-microvolt = <1350000>;
  16. };
  17. };