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:
parent
e6b32ab681
commit
72bfcc67cf
|
@ -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)>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue