Skip to content

Commit f8b70ee

Browse files
mah-eiSmartkartben
authored andcommitted
boards: we: correct CTS pin number of Ophelia-IV board
boards: we: correct CTS pin number of Ophelia-IV board Signed-off-by: Matthias Hauser <[email protected]>
1 parent ea6eade commit f8b70ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/we/ophelia4ev/ophelia4ev_nrf54l15-pinctrl.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
group2 {
1414
psels = <NRF_PSEL(UART_RX, 1, 15)>,
15-
<NRF_PSEL(UART_CTS, 1, 2)>;
15+
<NRF_PSEL(UART_CTS, 1, 7)>;
1616
bias-pull-up;
1717
};
1818
};
@@ -22,7 +22,7 @@
2222
psels = <NRF_PSEL(UART_TX, 1, 4)>,
2323
<NRF_PSEL(UART_RX, 1, 15)>,
2424
<NRF_PSEL(UART_RTS, 1, 6)>,
25-
<NRF_PSEL(UART_CTS, 1, 2)>;
25+
<NRF_PSEL(UART_CTS, 1, 7)>;
2626
low-power-enable;
2727
};
2828
};

0 commit comments

Comments
 (0)