Lines Matching +full:timeout +full:- +full:ms
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
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:
54 - const: default
55 - const: sleep
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.
90 default 100ms.
94 poll-timeout-ms:
96 Poll timeout when auto-poll is set, default
97 3000ms.
102 - compatible
103 - reg
104 - interrupts
107 poll-rate-ms: [ auto-poll ]
108 poll-timeout-ms: [ auto-poll ]
113 - |
119 dma-names = "rx", "tx";
121 clock-names = "uartclk", "apb_pclk";