tests: drivers: uart: Align nrf52840dk configuration
Align configuration for nrf52840dk to use the same loopback pins for uart_async_api and uart_mix_fifo_poll tests. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
f33765dec5
commit
6a7db6def9
|
@ -20,8 +20,8 @@
|
|||
group1 {
|
||||
psels = <NRF_PSEL(UART_TX, 1, 1)>,
|
||||
<NRF_PSEL(UART_RX, 1, 2)>,
|
||||
<NRF_PSEL(UART_RTS, 0, 5)>,
|
||||
<NRF_PSEL(UART_CTS, 0, 7)>;
|
||||
<NRF_PSEL(UART_RTS, 1, 3)>,
|
||||
<NRF_PSEL(UART_CTS, 1, 4)>;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -29,8 +29,8 @@
|
|||
group1 {
|
||||
psels = <NRF_PSEL(UART_TX, 1, 1)>,
|
||||
<NRF_PSEL(UART_RX, 1, 2)>,
|
||||
<NRF_PSEL(UART_RTS, 0, 5)>,
|
||||
<NRF_PSEL(UART_CTS, 0, 7)>;
|
||||
<NRF_PSEL(UART_RTS, 1, 3)>,
|
||||
<NRF_PSEL(UART_CTS, 1, 4)>;
|
||||
low-power-enable;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -18,19 +18,19 @@
|
|||
|
||||
uart0_default_alt: uart0_default_alt {
|
||||
group1 {
|
||||
psels = <NRF_PSEL(UART_TX, 1, 12)>,
|
||||
<NRF_PSEL(UART_RX, 1, 13)>,
|
||||
<NRF_PSEL(UART_RTS, 1, 14)>,
|
||||
<NRF_PSEL(UART_CTS, 1, 15)>;
|
||||
psels = <NRF_PSEL(UART_TX, 1, 1)>,
|
||||
<NRF_PSEL(UART_RX, 1, 2)>,
|
||||
<NRF_PSEL(UART_RTS, 1, 3)>,
|
||||
<NRF_PSEL(UART_CTS, 1, 4)>;
|
||||
};
|
||||
};
|
||||
|
||||
uart0_sleep_alt: uart0_sleep_alt {
|
||||
group1 {
|
||||
psels = <NRF_PSEL(UART_TX, 1, 12)>,
|
||||
<NRF_PSEL(UART_RX, 1, 13)>,
|
||||
<NRF_PSEL(UART_RTS, 1, 14)>,
|
||||
<NRF_PSEL(UART_CTS, 1, 15)>;
|
||||
psels = <NRF_PSEL(UART_TX, 1, 1)>,
|
||||
<NRF_PSEL(UART_RX, 1, 2)>,
|
||||
<NRF_PSEL(UART_RTS, 1, 3)>,
|
||||
<NRF_PSEL(UART_CTS, 1, 4)>;
|
||||
low-power-enable;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue