sy8106a-regulator.txt 630 B

1234567891011121314151617181920212223
  1. SY8106A Voltage regulator
  2. Required properties:
  3. - compatible: Must be "silergy,sy8106a"
  4. - reg: I2C slave address - must be <0x65>
  5. - silergy,fixed-microvolt - the voltage when I2C regulating is disabled (set
  6. by external resistor like a fixed voltage)
  7. Any property defined as part of the core regulator binding, defined in
  8. ./regulator.txt, can also be used.
  9. Example:
  10. sy8106a {
  11. compatible = "silergy,sy8106a";
  12. reg = <0x65>;
  13. regulator-name = "sy8106a-vdd";
  14. silergy,fixed-microvolt = <1200000>;
  15. regulator-min-microvolt = <1000000>;
  16. regulator-max-microvolt = <1400000>;
  17. regulator-boot-on;
  18. regulator-always-on;
  19. };