Skip to content

Commit f9dfb1c

Browse files
nordic-krchNordicBuilder
authored andcommitted
wip
1 parent c41ed7c commit f9dfb1c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

tests/zephyr/drivers/uart/uart_elementary/boards/nrf9251dk_nrf9251_cpuapp.overlay

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
&pinctrl {
1717
uart131_default_alt: uart131_default_alt {
1818
group1 {
19-
psels = <NRF_PSEL(UART_TX, 1, 4)>,
20-
<NRF_PSEL(UART_RX, 1, 11)>,
21-
<NRF_PSEL(UART_RTS, 2, 3)>,
22-
<NRF_PSEL(UART_CTS, 2, 9)>;
19+
psels = <NRF_PSEL(UART_RTS, 1, 4)>,
20+
<NRF_PSEL(UART_CTS, 1, 11)>,
21+
<NRF_PSEL(UART_RX, 2, 3)>,
22+
<NRF_PSEL(UART_TX, 2, 9)>;
2323
};
2424
};
2525

2626
uart131_sleep_alt: uart131_sleep_alt {
2727
group1 {
28-
psels = <NRF_PSEL(UART_TX, 1, 4)>,
29-
<NRF_PSEL(UART_RX, 1, 11)>,
30-
<NRF_PSEL(UART_RTS, 2, 3)>,
31-
<NRF_PSEL(UART_CTS, 2, 9)>;
28+
psels = <NRF_PSEL(UART_RTS, 1, 4)>,
29+
<NRF_PSEL(UART_CTS, 1, 11)>,
30+
<NRF_PSEL(UART_RX, 2, 3)>,
31+
<NRF_PSEL(UART_TX, 2, 9)>;
3232
low-power-enable;
3333
};
3434
};

0 commit comments

Comments
 (0)