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 - enum:
19 - ingenic,jz4740-dma
20 - ingenic,jz4725b-dma
21 - ingenic,jz4760-dma
22 - ingenic,jz4760-bdma
23 - ingenic,jz4760-mdma
24 - ingenic,jz4760b-dma
25 - ingenic,jz4760b-bdma
26 - ingenic,jz4760b-mdma
27 - ingenic,jz4770-dma
28 - ingenic,jz4780-dma
29 - ingenic,x1000-dma
30 - ingenic,x1830-dma
31 - items:
32 - const: ingenic,jz4770-bdma
33 - const: ingenic,jz4760b-bdma
37 - description: Channel-specific registers
38 - description: System control registers
46 "#dma-cells":
52 - Request type: The DMA request type specifies the device endpoint that
54 If "#dma-cells" is 2, the request type is a single cell, and the
56 If "#dma-cells" is 3, the request type has two cells; the first
61 - Channel: If set to 0xffffffff, any available channel will be allocated
64 ingenic,reserved-channels property.
66 ingenic,reserved-channels:
76 - compatible
77 - reg
78 - interrupts
79 - clocks
84 - |
85 #include <dt-bindings/clock/ingenic,jz4780-cgu.h>
86 dma: dma-controller@13420000 {
87 compatible = "ingenic,jz4780-dma";
90 interrupt-parent = <&intc>;
95 #dma-cells = <2>;
97 ingenic,reserved-channels = <0x3>;