Conver the NIOS-II mSGDMA driver to be devicetree based. Add node for dma controller into nios2f.dtsi. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
19 lines
303 B
YAML
19 lines
303 B
YAML
# Copyright (c) 2021 Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Altera mSGDMA (Modular Scatter-Gather DMA)
|
|
|
|
compatible: "altr,msgdma"
|
|
|
|
include: dma-controller.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
"#dma-cells":
|
|
const: 0
|