Lines Matching +full:uart +full:- +full:has +full:- +full:rtscts
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/serial/fsl-mxs-auart.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale MXS Application UART (AUART)
10 - Fabio Estevam <fabio.estevam@nxp.com>
13 - $ref: "serial.yaml"
18 - fsl,imx23-auart
19 - fsl,imx28-auart
20 - alphascale,asm9260-auart
30 - description: DMA controller phandle and request line for RX
31 - description: DMA controller phandle and request line for TX
33 dma-names:
35 - const: rx
36 - const: tx
40 - description: mod clock
41 - description: ahb clock
44 clock-names:
46 - const: mod
47 - const: ahb
50 uart-has-rtscts: true
51 rts-gpios: true
52 cts-gpios: true
53 dtr-gpios: true
54 dsr-gpios: true
55 rng-gpios: true
56 dcd-gpios: true
63 - alphascale,asm9260-auart
66 - clocks
67 - clock-names
70 - compatible
71 - reg
72 - interrupts
73 - dmas
74 - dma-names
79 - |
85 compatible = "fsl,imx28-auart";
89 dma-names = "rx", "tx";