Path: blob/master/Documentation/devicetree/bindings/dma/dma-router.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/dma/dma-router.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: DMA Router Common Properties78maintainers:9- Vinod Koul <vkoul@kernel.org>1011allOf:12- $ref: dma-common.yaml#1314description:15DMA routers are transparent IP blocks used to route DMA request16lines from devices to the DMA controller. Some SoCs (like TI DRA7x)17have more peripherals integrated with DMA requests than what the DMA18controller can handle directly.1920properties:21$nodename:22pattern: "^dma-router(@.*)?$"2324dma-masters:25$ref: /schemas/types.yaml#/definitions/phandle-array26items:27maxItems: 128description:29Array of phandles to the DMA controllers the router can direct30the signal to.3132dma-requests:33description:34Number of incoming request lines the router can handle.3536required:37- "#dma-cells"38- dma-masters3940additionalProperties: true4142...434445