1# Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or
2# an affiliate of Cypress Semiconductor Corporation
3#
4# SPDX-License-Identifier: Apache-2.0
5
6description: Infineon CAT1 DMA node
7
8compatible: "infineon,cat1-dma"
9
10include: dma-controller.yaml
11
12properties:
13  reg:
14    required: true
15
16  interrupts:
17    required: true
18
19  "#dma-cells":
20    const: 1
21
22dma-cells:
23  - channel
24