QSPI
Quad Serial Peripheral Interface (QSPI) is an extension of the Serial Peripheral Interface (SPI) standard that uses four data lines to transfer data between a host processor and an external device, typically flash memory. By employing four IO lines instead of a single data line, QSPI can achieve significantly higher data throughput in suitable hardware.
QSPI devices use four bidirectional data lines (commonly labeled IO0 through IO3) alongside the clock (SCK)
QSPI is widely used for serial flash memory in embedded systems, boot devices for microcontrollers, and storage
Related interfaces include SPI, dual-SPI, and octal-SPI. QSPI is sometimes referred to as Quad SPI, and many