SLVUCV3 December   2023 TPS65219

 

  1.   1
  2.   Abstract
  3.   Trademarks
  4. 1Introduction
  5. 2PDN and Sequence Diagrams
    1. 2.1 TPS652190C Sequence and Power Block Diagram
  6. 3EEPROM Device Settings
    1. 3.1  Device ID
    2. 3.2  Enable Settings
    3. 3.3  Regulator Voltage Settings
    4. 3.4  Sequence Settings
      1. 3.4.1 Power-Up Sequence
      2. 3.4.2 Power-Down Sequence
    5. 3.5  EN / PB / VSENSE Settings
    6. 3.6  Multi-Function Pin Settings
    7. 3.7  Over-Current Deglitch
    8. 3.8  Mask Settings
    9. 3.9  Discharge Check
    10. 3.10 Multi PMIC Config
  7. 4Revision History

Regulator Voltage Settings

This section describes how each of the PMIC power resources were configured.

Table 3-4 Buck Regulator Settings
PMIC Rail Register Address Field Name Value Description
Bucks Switching Mode

(Global for all Buck regulators)

0x03 BUCK_FF_ENABLE

(Switching Mode)

0x0 Quasi-fixed frequency mode
0x03 BUCK_SS_ENABLE

(Spread-Specrum)

0x0 Spread spectrum disabled

(only applicable if BUCK_FF_ENABLE=0x1)

BUCK1 0x1A BUCK1_VSET

(Output Voltage)

0xA 0.850V
0x1A BUCK1_UV_THR_SEL

(UV threshold)

0x0 -5% UV detection
0x1A BUCK1_BW_SEL

(Bandwidth)

0x1 high bandwidth
BUCK2 0x09 BUCK2_VSET

(Output Voltage)

0x18 1.200V
0x09 BUCK2_UV_THR_SEL

(UV threshold)

0x0 -5% UV detection
0x09 BUCK2_BW_SEL

(Bandwidth)

0x1 high bandwidth
0x03 BUCK2_PHASE_CONFIG 0x3 270 degrees

(only applicable if BUCK_FF_ENABLE=0x1)

BUCK3 0x08 BUCK3_VSET

(Output Voltage)

0x24 1.800V
0x08 BUCK3_UV_THR_SEL

(UV threshold)

0x0 -5% UV detection
0x08 BUCK3_BW_SEL

(Bandwidth)

0x1 high bandwidth
0x03 BUCK3_PHASE_CONFIG 0x2 180 degrees

(only applicable if BUCK_FF_ENABLE=0x1)

Note:
  • When Bucks are configured for quasi-fixed frequency (BUCK_FF_ENABLE=0x0), changing the switching mode between auto-PFM and forced-PWM can be triggered by I2C (MODE_I2C_CTRL) or with one of the multi-function pins (MODE/RESET or MODE/STBY) if one of them is configured as MODE. "Forced PWM" has priority over "Auto PFM".
  • "BUCK2_PHASE_CONFIG", "BUCK3_PHASE_CONFIG" and "BUCK_SS_ENABLE" are only applicable when the Buck regulators are configured for fixed frequency (BUCK_FF_ENABLE=0x1).
Table 3-5 LDO Regulator Settings
PMIC Rail Setting Register Address Field Name Value Description
LDO1 output voltage 0x07 LDO1_VSET 0x36 3.300V
Rail configuration 0x07 LDO1_LSW_CONFIG 0x0 Not Applicable (LDO1 not configured as load-switch)
0x07 LDO1_BYP_CONFIG 0x1 LDO1 configured as Bypass

(only applicable if LDO1_LSW_CONFIG=0x0)

UV threshold 0x1E LDO1_UV_THR 0x0 -5% UV detection
LDO2 output voltage 0x06 LDO2_VSET 0x36 3.300V
Rail configuration 0x06 LDO2_LSW_CONFIG 0x1 LDO1 configured as Load-switch
0x06 LDO2_BYP_CONFIG 0x0 LDO2 configured as LDO

(only applicable if LDO2_LSW_CONFIG=0x0)

UV threshold 0x1E LDO2_UV_THR 0x0 -5% UV detection
LDO3 output voltage 0x05 LDO3_VSET 0x18 1.800V
Rail configuration 0x05 LDO3_LSW_CONFIG 0x0 LDO Mode
ramp configuration 0x05 LDO3_SLOW_PU_RAMP 0x0 Fast ramp for power-up (~660us)
UV threshold 0x1E LDO3_UV_THR 0x0 -5% UV detection
LDO4 output voltage 0x04 LDO4_VSET 0x18 1.800V
Rail configuration 0x04 LDO4_LSW_CONFIG 0x0 LDO Mode
ramp configuration 0x04 LDO4_SLOW_PU_RAMP 0x0 Fast ramp for power-up (~660us)
UV threshold 0x1E LDO4_UV_THR 0x0 -5% UV detection
Note:
  • If a LDO is configured in bypass-mode or LSW-mode, UV-detection is not supported.
  • If an LDO is configured in bypass-mode, the corresponding PVIN_LDOx supply must match the configured output voltage in the LDOx_VOUT register.
  • If LDO is configured as load-switch (LSW_mode), the desired voltage does not need to be configured in the LDOx_VOUT register.
  • In bypass- or LSW-mode, the LDO acts as a switch, where VOUT is VIN minus the drop over the FET-resistance.
  • If LDO1 or LDO2 is configured as bypass, it allows voltage and function changes between LDO (VOUT=1.8V) and VOUT=VSET register setting. This voltage/function change can be triggered by hardware (using the VSEL_SD pin when configured as SD) or by software (VSEL_SD_I2C_CTRL).