max8973-regulator.txt 446 B

123456789101112131415161718192021
  1. * Maxim MAX8973 Voltage Regulator
  2. Required properties:
  3. - compatible: must be "maxim,max8973"
  4. - reg: the i2c slave address of the regulator. It should be 0x1b.
  5. Any standard regulator properties can be used to configure the single max8973
  6. DCDC.
  7. Example:
  8. max8973@1b {
  9. compatible = "maxim,max8973";
  10. reg = <0x1b>;
  11. regulator-min-microvolt = <935000>;
  12. regulator-max-microvolt = <1200000>;
  13. regulator-boot-on;
  14. regulator-always-on;
  15. };