55abfcb31e
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>
15 lines
303 B
YAML
15 lines
303 B
YAML
# 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.
|