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 fc608a9 commit 567b1e3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
&pinctrl {
spi3_default: spi3_default {
group1 {
psels = <NRF_PSEL(SPI_MOSI, 0, 9)>;
psels = <NRF_PSEL(SPIM_MOSI, 0, 9)>;
};
};

spi3_sleep: spi3_sleep {
group1 {
psels = <NRF_PSEL(SPI_MOSI, 0, 9)>;
psels = <NRF_PSEL(SPIM_MOSI, 0, 9)>;
low-power-enable;
};
};
Expand All @@ -29,7 +29,7 @@

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

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

0 comments on commit 567b1e3

Please sign in to comment.