Lines Matching +full:uart +full:- +full:has +full:- +full:rtscts
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/serial/st,stm32-uart.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 - Erwan Le Ray <erwan.leray@st.com>
13 - $ref: rs485.yaml
18 - st,stm32-uart
19 - st,stm32f7-uart
20 - st,stm32h7-uart
35 description: label associated with this uart
37 st,hw-flow-ctrl:
41 uart-has-rtscts: true
47 dma-names:
53 cts-gpios:
56 rts-gpios:
59 wakeup-source: true
61 rs485-rts-delay: true
62 rs485-rts-active-low: true
63 linux,rs485-enabled-at-boot-time: true
64 rs485-rx-during-tx: true
68 - st,hw-flow-ctrl
71 cts-gpios: false
72 rts-gpios: false
75 - compatible
76 - reg
77 - interrupts
78 - clocks
83 - |
84 #include <dt-bindings/clock/stm32mp1-clks.h>
86 compatible = "st,stm32-uart";
92 dma-names = "rx", "tx";
93 rs485-rts-active-low;