Lines Matching +full:serial +full:- +full:pins
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/serial/pl011.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ARM AMBA Primecell PL011 serial UART
10 - Rob Herring <robh@kernel.org>
13 - $ref: /schemas/serial.yaml#
21 - arm,pl011
22 - zte,zx296702-uart
24 - compatible
29 - items:
30 - const: arm,pl011
31 - const: arm,primecell
32 - items:
33 - const: zte,zx296702-uart
34 - const: arm,primecell
42 pinctrl-0: true
43 pinctrl-1: true
45 pinctrl-names:
49 state sets up pins for ordinary operation whereas
50 the latter state will put the associated pins to sleep
54 - const: default
55 - const: sleep
61 to the external serial line, whereas the second clock
67 clock-names:
69 - const: uartclk
70 - const: apb_pclk
76 dma-names:
79 - const: rx
80 - const: tx
82 auto-poll:
87 poll-rate-ms:
89 Rate at which poll occurs when auto-poll is set.
94 poll-timeout-ms:
96 Poll timeout when auto-poll is set, default
102 - compatible
103 - reg
104 - interrupts
107 poll-rate-ms: [ auto-poll ]
108 poll-timeout-ms: [ auto-poll ]
113 - |
114 serial@80120000 {
119 dma-names = "rx", "tx";
121 clock-names = "uartclk", "apb_pclk";