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 <matthias.hauser@we-online.de>
This commit is contained in:
Matthias Hauser 2025-06-12 13:54:53 +02:00 committed by Benjamin Cabé
commit f8b70ee179

View file

@ -12,7 +12,7 @@
group2 {
psels = <NRF_PSEL(UART_RX, 1, 15)>,
<NRF_PSEL(UART_CTS, 1, 2)>;
<NRF_PSEL(UART_CTS, 1, 7)>;
bias-pull-up;
};
};
@ -22,7 +22,7 @@
psels = <NRF_PSEL(UART_TX, 1, 4)>,
<NRF_PSEL(UART_RX, 1, 15)>,
<NRF_PSEL(UART_RTS, 1, 6)>,
<NRF_PSEL(UART_CTS, 1, 2)>;
<NRF_PSEL(UART_CTS, 1, 7)>;
low-power-enable;
};
};