Skip to content

Commit

Permalink
scripts: genpinctrl: correct RTS/CTS config
Browse files Browse the repository at this point in the history
* CTS
   - remove open-drain
* RTS
   - replace open-drain with push-pull
   - remove pull-up bias

Signed-off-by: Georgij Cernysiov <[email protected]>
  • Loading branch information
GeorgeCGV authored and erwango committed Jan 9, 2025
1 parent bdc6587 commit 524d59b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/genpinctrl/stm32-pinctrl-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,11 @@

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

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

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

0 comments on commit 524d59b

Please sign in to comment.