Lines Matching +full:ep9301 +full:- +full:dma +full:- +full:m2m
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/dma/cirrus,ep9301-dma-m2m.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Cirrus Logic ep93xx SoC DMA controller
10 - Alexander Sverdlin <alexander.sverdlin@gmail.com>
11 - Nikita Shubin <nikita.shubin@maquefel.me>
14 - $ref: dma-controller.yaml#
19 - const: cirrus,ep9301-dma-m2m
20 - items:
21 - enum:
22 - cirrus,ep9302-dma-m2m
23 - cirrus,ep9307-dma-m2m
24 - cirrus,ep9312-dma-m2m
25 - cirrus,ep9315-dma-m2m
26 - const: cirrus,ep9301-dma-m2m
30 - description: m2m0 channel registers
31 - description: m2m1 channel registers
35 - description: m2m0 channel gate clock
36 - description: m2m1 channel gate clock
38 clock-names:
40 - const: m2m0
41 - const: m2m1
45 - description: m2m0 channel interrupt
46 - description: m2m1 channel interrupt
48 '#dma-cells':
57 The second cell is the DMA direction line number:
63 - compatible
64 - reg
65 - clocks
66 - clock-names
67 - interrupts
72 - |
73 #include <dt-bindings/clock/cirrus,ep9301-syscon.h>
74 dma-controller@80000100 {
75 compatible = "cirrus,ep9301-dma-m2m";
80 clock-names = "m2m0", "m2m1";
81 interrupt-parent = <&vic0>;
83 #dma-cells = <2>;