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:
parent
ea6eade52b
commit
f8b70ee179
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue