Skip to content

Commit

Permalink
Update seeeduino_xiao_ble.overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
WainingForests authored Sep 20, 2023
1 parent ac87d69 commit 51f63de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
};

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

pinctrl-0 = <&spi3_default>;
Expand All @@ -29,7 +29,7 @@

/* SPI */
reg = <0>; /* ignored, but necessary for SPI bindings */
spi-max-frequency = <2000000>;
spi-max-frequency = <1000000>;

/* WS2812 */
chain-length = <62>; /* arbitrary; change at will */
Expand Down

0 comments on commit 51f63de

Please sign in to comment.