1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/dma/dma-router.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: DMA Router Generic Binding
10 - Vinod Koul <vkoul@kernel.org>
13 - $ref: "dma-common.yaml#"
16 DMA routers are transparent IP blocks used to route DMA request
17 lines from devices to the DMA controller. Some SoCs (like TI DRA7x)
18 have more peripherals integrated with DMA requests than what the DMA
19 controller can handle directly.
23 pattern: "^dma-router(@.*)?$"
26 $ref: /schemas/types.yaml#/definitions/phandle-array
28 Array of phandles to the DMA controllers the router can direct
33 Number of incoming request lines the router can handle.
39 additionalProperties: true
43 sdma_xbar: dma-router@4a002b78 {
44 compatible = "ti,dra7-dma-crossbar";
45 reg = <0x4a002b78 0xfc>;
48 ti,dma-safe-map = <0>;
49 dma-masters = <&sdma>;