Lines Matching +full:omap4 +full:- +full:gpio
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 rs485-rts-active-high: true
68 power-domains: true
69 clock-frequency: true
70 current-speed: true
71 overrun-throttle-ms: true
72 wakeup-source: true
75 - compatible
76 - reg
77 - interrupts
86 - ti,omap2-uart
87 - ti,omap3-uart
88 - ti,omap4-uart
94 - pattern: "^uart([1-9])$"
101 - |
103 compatible = "ti,omap3-uart";
107 dma-names = "tx", "rx";
109 clock-frequency = <48000000>;