Lines Matching +full:imx28 +full:- +full:auart
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 <festevam@gmail.com>
13 - $ref: serial.yaml#
18 - const: fsl,imx23-auart
19 - const: alphascale,asm9260-auart
20 - items:
21 - enum:
22 - fsl,imx28-auart
23 - const: fsl,imx23-auart
33 - description: DMA controller phandle and request line for RX
34 - description: DMA controller phandle and request line for TX
36 dma-names:
38 - const: rx
39 - const: tx
43 - description: mod clock
44 - description: ahb clock
47 clock-names:
49 - const: mod
50 - const: ahb
53 uart-has-rtscts: true
54 rts-gpios: true
55 cts-gpios: true
56 dtr-gpios: true
57 dsr-gpios: true
58 rng-gpios: true
59 dcd-gpios: true
66 - alphascale,asm9260-auart
69 - clocks
70 - clock-names
73 - compatible
74 - reg
75 - interrupts
76 - dmas
77 - dma-names
82 - |
88 compatible = "fsl,imx28-auart", "fsl,imx23-auart";
92 dma-names = "rx", "tx";