sprd,sc2731-regulator.txt 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. Spreadtrum SC2731 Voltage regulators
  2. The SC2731 integrates low-voltage and low quiescent current DCDC/LDO.
  3. 14 LDO and 3 DCDCs are designed for external use. All DCDCs/LDOs have
  4. their own bypass (power-down) control signals. External tantalum or MLCC
  5. ceramic capacitors are recommended to use with these LDOs.
  6. Required properties:
  7. - compatible: should be "sprd,sc27xx-regulator".
  8. List of regulators provided by this controller. It is named according to
  9. its regulator type, BUCK_<name> and LDO_<name>. The definition for each
  10. of these nodes is defined using the standard binding for regulators at
  11. Documentation/devicetree/bindings/regulator/regulator.txt.
  12. The valid names for regulators are:
  13. BUCK:
  14. BUCK_CPU0, BUCK_CPU1, BUCK_RF
  15. LDO:
  16. LDO_CAMA0, LDO_CAMA1, LDO_CAMMOT, LDO_VLDO, LDO_EMMCCORE, LDO_SDCORE,
  17. LDO_SDIO, LDO_WIFIPA, LDO_USB33, LDO_CAMD0, LDO_CAMD1, LDO_CON,
  18. LDO_CAMIO, LDO_SRAM
  19. Example:
  20. regulators {
  21. compatible = "sprd,sc27xx-regulator";
  22. vddarm0: BUCK_CPU0 {
  23. regulator-name = "vddarm0";
  24. regulator-min-microvolt = <400000>;
  25. regulator-max-microvolt = <1996875>;
  26. regulator-ramp-delay = <25000>;
  27. regulator-always-on;
  28. };
  29. vddcama0: LDO_CAMA0 {
  30. regulator-name = "vddcama0";
  31. regulator-min-microvolt = <1200000>;
  32. regulator-max-microvolt = <3750000>;
  33. regulator-enable-ramp-delay = <100>;
  34. };
  35. ...
  36. };