Skip to content

Commit

Permalink
Update nice_nano_v2.overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
rain2813 authored Feb 26, 2024
1 parent 1234df5 commit 15f662d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions config/boards/nice_nano_v2.overlay
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#include <dt-bindings/led/led.h>

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

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

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

0 comments on commit 15f662d

Please sign in to comment.