da9210.txt 460 B

123456789101112131415161718192021
  1. * Dialog Semiconductor DA9210 Voltage Regulator
  2. Required properties:
  3. - compatible: must be "diasemi,da9210"
  4. - reg: the i2c slave address of the regulator. It should be 0x68.
  5. Any standard regulator properties can be used to configure the single da9210
  6. DCDC.
  7. Example:
  8. da9210@68 {
  9. compatible = "diasemi,da9210";
  10. reg = <0x68>;
  11. regulator-min-microvolt = <900000>;
  12. regulator-max-microvolt = <1000000>;
  13. regulator-boot-on;
  14. regulator-always-on;
  15. };