zephyr/dts/bindings/dma/dmamux-controller.yaml
Francois Ramu 5d57404c54 dts: bindings: dma add support for dmamux controller
This patch introduces the periph to/from memory dma transfer
using the dmamux feature and define new values
for dma cells on client side

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2020-05-05 11:51:25 -05:00

33 lines
753 B
YAML

# Copyright (c) 2019, STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
# Common fields for DMAMUX controllers
include: base.yaml
bus: dmamux
properties:
label:
required: true
"#dma-cells":
type: int
required: true
description: Number of items to expect in a DMA specifier
dma-channels:
type: int
required: true
description: Number of DMAMUX output request channels supported by the controller
dma-generators:
type: int
required: false
description: Number of DMAMUX Request generator supported by the controller
dma-requests:
type: int
required: true
description: Number of DMAMUX Peripheral Request Line inputs supported by the controller