1# Copyright (c) 2022, TOKITA Hiroshi <tokita.hiroshi@gmail.com>
2# SPDX-License-Identifier: Apache-2.0
3
4include: dma-controller.yaml
5
6properties:
7  reg:
8    required: true
9
10  interrupts:
11    required: true
12
13  dma-channels:
14    required: true
15
16  clocks:
17    required: true
18
19  gd,mem2mem:
20    type: boolean
21    description: The DMA controller supporting memory to memory transfer
22