Lines Matching +full:dma +full:- +full:channels
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/dma/owl-dma.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Actions Semi Owl SoCs DMA controller
10 The OWL DMA is a general-purpose direct memory access controller capable of
11 supporting 10 and 12 independent DMA channels for S700 and S900 SoCs
15 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
18 - $ref: "dma-controller.yaml#"
23 - actions,s900-dma
24 - actions,s700-dma
32 DMA channels.
35 "#dma-cells":
38 dma-channels:
41 dma-requests:
47 Phandle and Specifier of the clock feeding the DMA controller.
49 power-domains:
53 - compatible
54 - reg
55 - interrupts
56 - "#dma-cells"
57 - dma-channels
58 - dma-requests
59 - clocks
64 - |
65 #include <dt-bindings/interrupt-controller/arm-gic.h>
66 dma: dma-controller@e0260000 {
67 compatible = "actions,s900-dma";
73 #dma-cells = <1>;
74 dma-channels = <12>;
75 dma-requests = <46>;