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 Mar 11, 2024
1 parent 04e7485 commit 103f034
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions config/boards/nice_nano_v2.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@
};
};


&spi3 {
compatible = "nordic,nrf-spim";
/* Cannot be used together with i2c0. */
status = "okay";
mosi-pin = <1>;
// Unused pins, needed for SPI definition, but not used by the ws2812 driver itself.
sck-pin = <0>;
miso-pin = <2>;

pinctrl-0 = <&spi3_default>;
pinctrl-1 = <&spi3_sleep>;
pinctrl-names = "default", "sleep";


led_strip: ws2812@0 {
Expand Down

0 comments on commit 103f034

Please sign in to comment.