mp8859.txt 547 B

12345678910111213141516171819202122
  1. Monolithic Power Systems MP8859 voltage regulator
  2. Required properties:
  3. - compatible: "mps,mp8859";
  4. - reg: I2C slave address.
  5. Optional subnode for regulator: "mp8859_dcdc", using common regulator
  6. bindings given in <Documentation/devicetree/bindings/regulator/regulator.txt>.
  7. Example:
  8. mp8859: regulator@66 {
  9. compatible = "mps,mp8859";
  10. reg = <0x66>;
  11. dc_12v: mp8859_dcdc {
  12. regulator-name = "dc_12v";
  13. regulator-min-microvolt = <12000000>;
  14. regulator-max-microvolt = <12000000>;
  15. regulator-boot-on;
  16. regulator-always-on;
  17. };
  18. };