Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

ws2812_pio1_default: ws2812_pio1_default {
ws2812 {
pinmux = <PIO1_P12>;
pinmux = <PIO1_P16>;
};
};
};
2 changes: 1 addition & 1 deletion boards/adafruit/feather_rp2040/adafruit_feather_rp2040.dts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ zephyr_i2c: &i2c1 {

ws2812: ws2812 {
status = "okay";
gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
chain-length = <1>;
color-mapping = <LED_COLOR_ID_GREEN
LED_COLOR_ID_RED
Expand Down