5.12.2 Serial Peripheral Interface (SPI)
The SPI is a 4-wire slave interface used to access and configure the device. The SPI allows read-and-write access to the configuration registers of all resources of the system.
The SPI uses the following signals:
- SCE (I2C2_SCL_SCE): Chip enable which is the input driven by host master. This signal is used to initiate and terminate a transaction
- SCK (I2C1_SCL_SCK): Clock which is the input driven by host master. This signal is as master clock for data transaction
- SDI (I2C1_SDA_SDI): Data input which is the input driven by host master. This signal is as data line from master to slave
- SDO (I2C2_SDA_SDO): Data output which is the output driven by TPS65919-Q1. This signal is as data line from slave to master and defaults to high impedance