Skip to content

Commit

Permalink
modify UART1 pin
Browse files Browse the repository at this point in the history
  • Loading branch information
ziteh committed Oct 27, 2024
1 parent 1cfa66c commit 03ceb37
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mitosis-like/central/nrf52840dk_nrf52840.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,21 @@
psels = <NRF_PSEL(UART_RX, 0, 5)>,
<NRF_PSEL(UART_TX, 1, 9)>;
};
group2 {
psels = <NRF_PSEL(UART_RX, 0, 5)>,
<NRF_PSEL(UART_TX, 1, 9)>;
};
};

&uart1_sleep {
group1 {
psels = <NRF_PSEL(UART_RX, 0, 5)>,
<NRF_PSEL(UART_TX, 1, 9)>;
};
group2 {
psels = <NRF_PSEL(UART_RX, 0, 5)>,
<NRF_PSEL(UART_TX, 1, 9)>;
};
};

&i2c0 {
Expand Down

0 comments on commit 03ceb37

Please sign in to comment.