Tool/software:
Hi,
we are using PMICs: TPS6594141BRWERQ1 and LP876441B1RQKRQ1 for SoC DRA821u2-Q1
From TPS6594-Q1 datasheet
it says, all register can be accessed via I2C1 if we only use I2C1, GPIO1 and GPIO2 are not configured as I2C.
so if only I2C1, it will need addresses for page 0, page 1, page 2, page 3 and page4, so base address = 0x48, then we need 0x49, 0x4A, 0x4B and 0x4C.
however 0x4C is used by second PMIC: LP876441B1RQKRQ1
Q1: how can we get fifth I2C1 address if we do not use second I2C2 bus, we know I2C2 bus address is 0x12?
Thanks