Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ary-ovo committed Jun 18, 2024
1 parent 636a03a commit c887587
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/boards/arm/weekin840_m2/weekin840_m2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
rx-pin = <8>;
};
*/

&usbd {
compatible = "nordic,nrf-usbd";
status = "okay";
Expand Down
4 changes: 2 additions & 2 deletions config/boards/shields/weekin_roc/boards/weekin840_m2.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
pinctrl-0 = <&spi1_default>;
pinctrl-1 = <&spi1_sleep>;
pinctrl-names = "default", "sleep";

/*
mosi-pin = <6>;
// Unused pins, needed for SPI definition, but not used by the ws2812 driver itself.
sck-pin = <5>;
miso-pin = <7>;

*/
led_strip: ws2812@0 {
compatible = "worldsemi,ws2812-spi";
label = "WS2812";
Expand Down

0 comments on commit c887587

Please sign in to comment.