mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 01:11:51 -04:00
spi: dt-bindings: nxp,imx94-xspi: add DMA properties
Add dmas and dma-names to describe TX and RX DMA channels for the i.MX94 XSPI controller. Reviewed-by: Frank Li <Frank.Li@nxp.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Han Xu <han.xu@nxp.com> Link: https://patch.msgid.link/20260722-xspi_dma_upstream-v3-1-6b7ff50cae8e@nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
@@ -30,6 +30,16 @@ properties:
|
||||
- const: base
|
||||
- const: mmap
|
||||
|
||||
dmas:
|
||||
items:
|
||||
- description: Transmit DMA
|
||||
- description: Receive DMA
|
||||
|
||||
dma-names:
|
||||
items:
|
||||
- const: tx
|
||||
- const: rx
|
||||
|
||||
interrupts:
|
||||
items:
|
||||
- description: interrupt for EENV0
|
||||
|
||||
Reference in New Issue
Block a user