Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSaysTy committed Jun 26, 2024
1 parent c12726d commit 0917b78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/boards/shields/klor/boards/nice_nano_v2.overlay
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
#include <dt-bindings/led/led.h>

&pinctrl {
spi1_default: spi3_default {
spi1_default: spi1_default {
group1 {
psels = <NRF_PSEL(SPIM_MOSI, 0, 6)>;
};
};

spi1_sleep: spi3_sleep {
spi1_sleep: spi1_sleep {
group1 {
psels = <NRF_PSEL(SPIM_MOSI, 0, 6)>;
low-power-enable;
};
};
};

&spi3 {
&spi1 {
compatible = "nordic,nrf-spim";
status = "okay";

Expand Down

0 comments on commit 0917b78

Please sign in to comment.