Skip to content

Commit 36ddea5

Browse files
committed
drivers: mspi: mspi_dw: Add DMA and Async support
Initial DMA and Asychronous transaction support. Currently, the async mode doesn't support concurrent transactions or timeout and will fail a transcieve request if one is in progress. DMA supports implementation of SSI IP but using vendor specific DMA in the wrapper. Signed-off-by: David Jewsbury <[email protected]>
1 parent 6ab2405 commit 36ddea5

File tree

5 files changed

+408
-75
lines changed

5 files changed

+408
-75
lines changed

drivers/mspi/Kconfig.dw

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ config MSPI_DW
66
default y
77
depends on DT_HAS_SNPS_DESIGNWARE_SSI_ENABLED
88
select PINCTRL if $(dt_compat_any_has_prop,$(DT_COMPAT_SNPS_DESIGNWARE_SSI),pinctrl-0)
9-
imply MSPI_XIP

0 commit comments

Comments
 (0)