Lines Matching full:dma
4 $id: http://devicetree.org/schemas/dma/dma-router.yaml#
7 title: DMA Router Common Properties
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
23 pattern: "^dma-router(@.*)?$"
25 dma-masters:
30 Array of phandles to the DMA controllers the router can direct
33 dma-requests:
38 - "#dma-cells"
39 - dma-masters
45 sdma_xbar: dma-router@4a002b78 {
46 compatible = "ti,dra7-dma-crossbar";
48 #dma-cells = <1>;
49 dma-requests = <205>;
50 ti,dma-safe-map = <0>;
51 dma-masters = <&sdma>;