Lines Matching +full:usb +full:- +full:uart +full:- +full:rx
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ST-Ericsson DMA40 DMA Engine
10 - Linus Walleij <linus.walleij@linaro.org>
13 - $ref: dma-controller.yaml#
16 "#dma-cells":
32 10: Multi-Channel Display Engine MCDE RX
33 11: UART port 2
34 12: UART port 1
35 13: UART port 0
38 16: USB OTG in/out endpoints 7 & 15
39 17: USB OTG in/out endpoints 6 & 14
40 18: USB OTG in/out endpoints 5 & 13
41 19: USB OTG in/out endpoints 4 & 12
58 36: USB OTG in/out endpoints 3 & 11
59 37: USB OTG in/out endpoints 2 & 10
60 38: USB OTG in/out endpoints 1 & 9
61 39: USB OTG in/out endpoints 8
93 0x00000001 (bit 0) - mode:
96 0x00000002 (bit 1) - direction:
99 0x00000004 (bit 2) - endianness:
102 0x00000008 (bit 3) - use fixed channel:
105 0x00000010 (bit 4) - set channel as high priority:
111 - const: stericsson,db8500-dma40
112 - const: stericsson,dma40
116 - items:
117 - description: DMA40 memory base
118 - items:
119 - description: DMA40 memory base
120 - description: LCPA memory base, deprecated, use eSRAM pool instead
124 reg-names:
126 - items:
127 - const: base
128 - items:
129 - const: base
130 - const: lcpa
140 $ref: /schemas/types.yaml#/definitions/phandle-array
148 memcpy-channels:
149 $ref: /schemas/types.yaml#/definitions/uint32-array
154 - "#dma-cells"
155 - compatible
156 - reg
157 - interrupts
158 - clocks
159 - sram
160 - memcpy-channels
165 - |
166 #include <dt-bindings/interrupt-controller/irq.h>
167 #include <dt-bindings/interrupt-controller/arm-gic.h>
168 #include <dt-bindings/mfd/dbx500-prcmu.h>
169 dma-controller@801c0000 {
170 compatible = "stericsson,db8500-dma40", "stericsson,dma40";
172 reg-names = "base";
175 #dma-cells = <3>;
176 memcpy-channels = <56 57 58 59 60>;