Lines Matching +full:cts +full:- +full:override
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Michal Simek <michal.simek@amd.com>
15 - description: UART controller for Zynq-7xxx SoC
17 - const: xlnx,xuartps
18 - const: cdns,uart-r1p8
19 - description: UART controller for Zynq Ultrascale+ MPSoC
21 - const: xlnx,zynqmp-uart
22 - const: cdns,uart-r1p12
33 clock-names:
35 - const: uart_clk
36 - const: pclk
38 cts-override:
40 Override the CTS modem status signal. This signal will
46 power-domains:
53 - compatible
54 - reg
55 - interrupts
56 - clocks
57 - clock-names
60 - $ref: serial.yaml#
61 - $ref: rs485.yaml#
62 - if:
66 const: cdns,uart-r1p8
69 power-domains: false
74 - |
76 compatible = "xlnx,xuartps", "cdns,uart-r1p8";
78 clock-names = "uart_clk", "pclk";