Lines Matching +full:overrun +full:- +full:throttle +full:- +full:ms
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Vignesh Raghavendra <vigneshr@ti.com>
13 - $ref: /schemas/serial/serial.yaml#
14 - $ref: /schemas/serial/rs485.yaml#
19 - enum:
20 - ti,am3352-uart
21 - ti,am4372-uart
22 - ti,am654-uart
23 - ti,dra742-uart
24 - ti,omap2-uart
25 - ti,omap3-uart
26 - ti,omap4-uart
27 - items:
28 - enum:
29 - ti,am64-uart
30 - ti,j721e-uart
31 - const: ti,am654-uart
35 Must be "uart<n>", n being the instance number (1-based)
45 dma-names:
47 - const: tx
48 - const: rx
64 clock-names:
67 rts-gpios: true
68 cts-gpios: true
69 dtr-gpios: true
70 dsr-gpios: true
71 rng-gpios: true
72 dcd-gpios: true
73 rs485-rts-active-high: true
74 rts-gpio: true
75 power-domains: true
76 clock-frequency: true
77 current-speed: true
78 overrun-throttle-ms: true
79 wakeup-source: true
82 - compatible
83 - reg
84 - interrupts
93 - ti,omap2-uart
94 - ti,omap3-uart
95 - ti,omap4-uart
101 - pattern: "^uart([1-9])$"
108 - |
110 compatible = "ti,omap3-uart";
114 dma-names = "tx", "rx";
116 clock-frequency = <48000000>;