Lines Matching +full:dsr +full:- +full:gpios
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-delay: true
74 rs485-rts-active-low: true
75 rs485-rx-during-tx: true
76 rs485-rts-active-high: true
77 linux,rs485-enabled-at-boot-time: true
78 rts-gpio: true
79 power-domains: true
80 clock-frequency: true
81 current-speed: true
82 overrun-throttle-ms: true
85 - compatible
86 - reg
87 - interrupts
96 - ti,omap2-uart
97 - ti,omap3-uart
98 - ti,omap4-uart
104 - pattern: "^uart([1-9])$"
111 - |
113 compatible = "ti,omap3-uart";
117 dma-names = "tx", "rx";
119 clock-frequency = <48000000>;