tests: drivers: uart: uart_errors: Add missing pull up

Add missing pull up to the overlay file.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruściński 2024-04-19 09:50:52 +02:00 committed by Anas Nashif
parent e6b32ab681
commit 72bfcc67cf
1 changed files with 5 additions and 2 deletions

View File

@ -3,8 +3,11 @@
&pinctrl {
uart135_default_alt: uart135_default_alt {
group1 {
psels = <NRF_PSEL(UART_RX, 0, 6)>,
<NRF_PSEL(UART_RTS, 0, 8)>;
psels = <NRF_PSEL(UART_RX, 0, 6)>;
bias-pull-up;
};
group2 {
psels = <NRF_PSEL(UART_RTS, 0, 8)>;
};
};