22 lines
377 B
YAML
22 lines
377 B
YAML
# Copyright (c) 2022, TOKITA Hiroshi <tokita.hiroshi@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
include: dma-controller.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
dma-channels:
|
|
required: true
|
|
|
|
clocks:
|
|
required: true
|
|
|
|
gd,mem2mem:
|
|
type: boolean
|
|
description: The DMA controller supporting memory to memory transfer
|