Skip to content

Commit 524d59b

Browse files
GeorgeCGVerwango
authored andcommitted
scripts: genpinctrl: correct RTS/CTS config
* CTS - remove open-drain * RTS - replace open-drain with push-pull - remove pull-up bias Signed-off-by: Georgij Cernysiov <[email protected]>
1 parent bdc6587 commit 524d59b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/genpinctrl/stm32-pinctrl-config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,13 +267,11 @@
267267

268268
- name: UART_CTS / USART_CTS / LPUART_CTS
269269
match: "^(?:LP)?US?ART\\d+_CTS$"
270-
drive: open-drain
271270
bias: pull-up
272271

273272
- name: UART_RTS / USART_RTS / LPUART_RTS
274273
match: "^(?:LP)?US?ART\\d+_RTS$"
275-
drive: open-drain
276-
bias: pull-up
274+
drive: push-pull
277275

278276
- name: UART_DE / USART_DE / LPUART_DE
279277
match: "^(?:LP)?US?ART\\d+_DE$"

0 commit comments

Comments
 (0)