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
   - remove pull-up bias
* RTS
   - replace open-drain with push-pull
   - remove pull-up bias

Signed-off-by: Georgij Cernysiov <[email protected]>
  • Loading branch information
GeorgeCGV committed Nov 8, 2024
1 parent a95495e commit b41d6a0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/genpinctrl/stm32-pinctrl-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,13 +261,10 @@

- 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 b41d6a0

Please sign in to comment.