I would like to interface with the TPS65981 with an I2C bus running at 1.8V.
I understand that I will need to supply VDDIO with 1.8V and configure the chip through the SPI flash to actually use VDDIO.
I am concerned with power supply sequencing. My board will be a power sink and a data source (Think of a laptop without a battery). The board will not power up with anything less than 9V so I will not be able to enable the main regulators on the board until the TPS65981 can negotiate an appropriate voltage. I would like to have an I2C communication channel between the TPS65981 and the main processor but the processor's I2C bus runs at 1.8V and I don't want to expose that I2C bus to 3.3V.
I can connect LDO_3V3 to VDDIO to have 3.3V on the I2C but how can I supply the VDDIO with 1.8V if I can't power up my main regulators.
Would it be okay if I attach a 1.8V LDO to LDO_3V3?
Can I use LDO_1V8D?
I plan on supplying VIN_3V3 with an external 3.3V once the main regulators are up and running.
Thanks for any help,
Dave