spi: Add STM32MP2 Octo-SPI driver support
authorPatrice Chotard <patrice.chotard@foss.st.com>
Thu, 11 Sep 2025 06:59:42 +0000 (08:59 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Thu, 18 Sep 2025 15:20:39 +0000 (17:20 +0200)
commit01eb0a583860aa8bb9960427eac3fbcdbeae1f28
tree1a7c6ba02b22f8b1be4857e6e74f9f10f6b7d6c2
parentb7328e2f39d946f8727d28a12df24fb8f351a0d0
spi: Add STM32MP2 Octo-SPI driver support

Add STM32 OSPI driver, it supports :
  - support sNOR / sNAND devices.
  - Two functional modes: indirect (read/write) and memory-mapped (read).
  - Single-, dual-, quad-, and octal-SPI communication.
  - Single data rate (SDR).

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
MAINTAINERS
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/stm32_ospi.c [new file with mode: 0644]