Lines Matching +full:poll +full:- +full:rate +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: serial.yaml#
21 - arm,pl011
23 - compatible
28 - const: arm,pl011
29 - const: arm,primecell
37 pinctrl-0: true
38 pinctrl-1: true
40 pinctrl-names:
49 - const: default
50 - const: sleep
62 clock-names:
64 - const: uartclk
65 - const: apb_pclk
71 dma-names:
74 - const: rx
75 - const: tx
77 auto-poll:
82 poll-rate-ms:
84 Rate at which poll occurs when auto-poll is set.
85 default 100ms.
88 poll-timeout-ms:
90 Poll timeout when auto-poll is set, default
91 3000ms.
95 - compatible
96 - reg
97 - interrupts
100 poll-rate-ms: [ auto-poll ]
101 poll-timeout-ms: [ auto-poll ]
106 - |
112 dma-names = "rx", "tx";
114 clock-names = "uartclk", "apb_pclk";