1# Copyright (c) 2023 Analog Devices, Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4description: ADI MAX32 DMA
5
6compatible: "adi,max32-dma"
7
8include: dma-controller.yaml
9
10properties:
11  reg:
12    required: true
13
14  "#dma-cells":
15    const: 2
16
17# Parameter syntax
18dma-cells:
19  - channel
20  - slot
21