Commit f8b70ee1 authored by Matthias Hauser's avatar Matthias Hauser Committed by Benjamin Cabé
Browse files

boards: we: correct CTS pin number of Ophelia-IV board



boards: we: correct CTS pin number of Ophelia-IV board
Signed-off-by: default avatarMatthias Hauser <matthias.hauser@we-online.de>
parent ea6eade5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
		};
	};