18 lines
271 B
YAML
18 lines
271 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
|