1# Copyright (c) 2024 GARDENA GmbH
2#
3# SPDX-License-Identifier: Apache-2.0
4
5description: Si32 DMA controller
6
7compatible: "silabs,si32-dma"
8
9include: dma-controller.yaml
10
11properties:
12  reg:
13    required: true
14
15  interrupts:
16    required: true
17
18  dma-channels:
19    required: true
20    description: >
21      Limiting the number of enabled channels saves RAM.
22
23  "#dma-cells":
24    const: 3
25
26dma-cells:
27  - channel
28  - high-prio
29  - rpower
30