Lines Matching +full:interrupts +full:- +full:extended
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
13 The controller has been seen with up to 24 channels. Even-numbered channels
14 are TX-only, odd-numbered are RX-only. Individual channels are coupled to
18 - Martin Povišer <povik+lin@cutebit.org>
21 - $ref: "dma-controller.yaml#"
26 - enum:
27 - apple,t6000-admac
28 - apple,t8103-admac
29 - const: apple,admac
34 '#dma-cells':
39 dma-channels:
42 interrupts:
46 Interrupts that correspond to the 4 IRQ outputs of the controller. Usually
48 source. The remaining interrupts will be left without a valid value, e.g.
49 in an interrupts-extended list the disconnected positions will contain
56 power-domains:
60 - compatible
61 - reg
62 - '#dma-cells'
63 - dma-channels
64 - interrupts
69 - |
70 #include <dt-bindings/interrupt-controller/apple-aic.h>
71 #include <dt-bindings/interrupt-controller/irq.h>
73 aic: interrupt-controller {
74 interrupt-controller;
75 #interrupt-cells = <3>;
78 admac: dma-controller@238200000 {
79 compatible = "apple,t8103-admac", "apple,admac";
81 dma-channels = <24>;
82 interrupts-extended = <0>,
86 #dma-cells = <1>;