drivers: dma: Update NXP EDMA driver for version 4
1. Update EDMA driver for version 4 2. The DMAMux module is not always present. Use the feature define to make this optional. 3. Use the EDMA_SetChannelMux API for SoC's that supports this feature. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
parent
f9e3084daf
commit
55abfcb31e
5 changed files with 91 additions and 27 deletions
14
dts/bindings/dma/nxp,mcux-edma-v4.yaml
Normal file
14
dts/bindings/dma/nxp,mcux-edma-v4.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Copyright 2024 NXP
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: NXP MCUX EDMA version 4 controller
|
||||
|
||||
compatible: "nxp,mcux-edma-v4"
|
||||
|
||||
include: nxp,mcux-edma.yaml
|
||||
|
||||
properties:
|
||||
no-error-irq:
|
||||
type: boolean
|
||||
description: |
|
||||
If the SoCs don't have a separate interrupt id for error IRQ.
|
Loading…
Add table
Add a link
Reference in a new issue