Skip to content

Commit

Permalink
try other gpio for both
Browse files Browse the repository at this point in the history
  • Loading branch information
RealET committed Dec 31, 2024
1 parent bc526c6 commit 7249af5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions boards/arm/assimilator-bt/assimilator-bt-pinctrl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
spi1_default: spi1_default {
group1 {
psels = <NRF_PSEL(SPIM_SCK, 0, 13)>,
<NRF_PSEL(SPIM_MOSI, 0, 17)>,
<NRF_PSEL(SPIM_MISO, 0, 17)>;
<NRF_PSEL(SPIM_MOSI, 0, 15)>,
<NRF_PSEL(SPIM_MISO, 0, 15)>;
};
};

spi1_sleep: spi1_sleep {
group1 {
psels = <NRF_PSEL(SPIM_SCK, 0, 13)>,
<NRF_PSEL(SPIM_MOSI, 0, 17)>,
<NRF_PSEL(SPIM_MISO, 0, 17)>;
<NRF_PSEL(SPIM_MOSI, 0, 15)>,
<NRF_PSEL(SPIM_MISO, 0, 15)>;
low-power-enable;
};
};
Expand Down

0 comments on commit 7249af5

Please sign in to comment.