Lines Matching +full:dma +full:- +full:requests
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/dma/fsl,imx-dma.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale Direct Memory Access (DMA) Controller for i.MX
10 - Animesh Agarwal <[email protected]>
13 - $ref: dma-controller.yaml#
18 - fsl,imx1-dma
19 - fsl,imx21-dma
20 - fsl,imx27-dma
27 - description: DMA complete interrupt
28 - description: DMA Error interrupt
34 clock-names:
36 - const: ipg
37 - const: ahb
39 "#dma-cells":
42 dma-channels:
45 dma-requests:
46 description: Number of DMA requests supported.
49 - compatible
50 - reg
51 - interrupts
52 - "#dma-cells"
53 - clocks
54 - clock-names
59 - |
60 #include <dt-bindings/clock/imx27-clock.h>
62 dma-controller@10001000 {
63 compatible = "fsl,imx27-dma";
66 #dma-cells = <1>;
67 dma-channels = <16>;
69 clock-names = "ipg", "ahb";