spi: airoha: Add Airoha SPI NAND driver
authorChristian Marangi <ansuelsmth@gmail.com>
Mon, 7 Apr 2025 20:01:56 +0000 (22:01 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 17 Apr 2025 13:51:36 +0000 (07:51 -0600)
commit6134e4efd432f1be74d48f46d2843bde8a8eb7f3
tree36a309af847c363803c86173115b8945d878d50a
parent5ff602a3519b2efd9aa84b3bb364f782349e7fa2
spi: airoha: Add Airoha SPI NAND driver

Add Airoha SPI NAND driver to permit usage of attached SNAND on the
Airoha AN7581 SoC. While SPI controller supports DMA transation, due to
U-Boot limitation we currently limit it to single command in Manual
mode.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/airoha_snfi_spi.c [new file with mode: 0644]