Lines Matching +full:dcd +full:- +full:override

1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/serial/snps-dw-apb-uart.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Rob Herring <robh@kernel.org>
13 - $ref: serial.yaml#
18 - items:
19 - enum:
20 - renesas,r9a06g032-uart
21 - renesas,r9a06g033-uart
22 - const: renesas,rzn1-uart
23 - items:
24 - enum:
25 - rockchip,px30-uart
26 - rockchip,rk1808-uart
27 - rockchip,rk3036-uart
28 - rockchip,rk3066-uart
29 - rockchip,rk3128-uart
30 - rockchip,rk3188-uart
31 - rockchip,rk3288-uart
32 - rockchip,rk3308-uart
33 - rockchip,rk3328-uart
34 - rockchip,rk3368-uart
35 - rockchip,rk3399-uart
36 - rockchip,rk3568-uart
37 - rockchip,rk3588-uart
38 - rockchip,rv1108-uart
39 - rockchip,rv1126-uart
40 - const: snps,dw-apb-uart
41 - items:
42 - enum:
43 - brcm,bcm11351-dw-apb-uart
44 - brcm,bcm21664-dw-apb-uart
45 - const: snps,dw-apb-uart
46 - items:
47 - enum:
48 - starfive,jh7100-hsuart
49 - starfive,jh7100-uart
50 - const: snps,dw-apb-uart
51 - const: snps,dw-apb-uart
59 clock-frequency: true
65 clock-names:
67 - const: baudclk
68 - const: apb_pclk
70 snps,uart-16550-compatible:
78 reg-shift: true
80 reg-io-width: true
82 dcd-override:
83 description: Override the DCD modem status signal. This signal will
89 dsr-override:
90 description: Override the DTS modem status signal. This signal will
96 cts-override:
97 description: Override the CTS modem status signal. This signal will
103 ri-override:
104 description: Override the RI modem status signal. This signal will always
110 - compatible
111 - reg
112 - interrupts
117 - |
119 compatible = "snps,dw-apb-uart";
121 clock-frequency = <3686400>;
123 reg-shift = <2>;
124 reg-io-width = <4>;
125 dcd-override;
126 dsr-override;
127 cts-override;
128 ri-override;
131 - |
134 compatible = "snps,dw-apb-uart";
138 reg-shift = <2>;
139 reg-io-width = <4>;
142 - |
145 compatible = "snps,dw-apb-uart";
148 clock-names = "baudclk", "apb_pclk";
150 reg-shift = <2>;
151 reg-io-width = <4>;