Lines Matching +full:dma +full:- +full:channels
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/dma/fsl,mxs-dma.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale Direct Memory Access (DMA) Controller from i.MX23/i.MX28
10 - Marek Vasut <[email protected]>
13 - $ref: dma-controller.yaml#
14 - if:
18 const: fsl,imx8qxp-dma-apbh
21 - power-domains
24 power-domains: false
29 - items:
30 - enum:
31 - fsl,imx6q-dma-apbh
32 - fsl,imx6sx-dma-apbh
33 - fsl,imx7d-dma-apbh
34 - fsl,imx8qxp-dma-apbh
35 - const: fsl,imx28-dma-apbh
36 - enum:
37 - fsl,imx23-dma-apbh
38 - fsl,imx23-dma-apbx
39 - fsl,imx28-dma-apbh
40 - fsl,imx28-dma-apbx
51 "#dma-cells":
54 dma-channels:
57 power-domains:
61 - compatible
62 - reg
63 - "#dma-cells"
64 - dma-channels
65 - interrupts
70 - |
71 interrupt-parent = <&irqc>;
73 dma-controller@80004000 {
74 compatible = "fsl,imx28-dma-apbh";
80 #dma-cells = <1>;
81 dma-channels = <16>;
84 dma-controller@80024000 {
85 compatible = "fsl,imx28-dma-apbx";
91 #dma-cells = <1>;
92 dma-channels = <16>;