Lines Matching +full:jz4770 +full:- +full:intc
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Paul Cercueil <paul@crapouillou.net>
13 - $ref: "dma-controller.yaml#"
18 - ingenic,jz4740-dma
19 - ingenic,jz4725b-dma
20 - ingenic,jz4770-dma
21 - ingenic,jz4780-dma
22 - ingenic,x1000-dma
23 - ingenic,x1830-dma
27 - description: Channel-specific registers
28 - description: System control registers
36 "#dma-cells":
42 - Request type: The DMA request type for transfers to/from the
45 - Channel: If set to 0xffffffff, any available channel will be allocated
48 ingenic,reserved-channels property.
50 ingenic,reserved-channels:
60 - compatible
61 - reg
62 - interrupts
63 - clocks
68 - |
69 #include <dt-bindings/clock/jz4780-cgu.h>
70 dma: dma-controller@13420000 {
71 compatible = "ingenic,jz4780-dma";
74 interrupt-parent = <&intc>;
79 #dma-cells = <2>;
81 ingenic,reserved-channels = <0x3>;