1# Copyright 2024 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4description: NXP SDMA node
5
6compatible: "nxp,sdma"
7
8include: [dma-controller.yaml, base.yaml]
9
10properties:
11  reg:
12    required: true
13  "#dma-cells":
14    const: 2
15
16dma-cells:
17  - channel
18  - mux
19