From b1b64e7e34fbc82e33c119fe84a0072bb69b5738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Hofrichter?= Date: Mon, 6 Oct 2025 19:13:32 +0200 Subject: [PATCH] boards: adafruit: Fix ws2812 pin on Adafruit Feather RP2040. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As stated in [1], the ws2812 pin is on GPIO16. [1] https://github.com/adafruit/Adafruit-Feather-RP2040-PCB/blob/main/Adafruit%20Feather%20RP2040%20pinout.pdf Signed-off-by: Jörg Hofrichter --- .../feather_rp2040/adafruit_feather_rp2040-pinctrl.dtsi | 2 +- boards/adafruit/feather_rp2040/adafruit_feather_rp2040.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/adafruit/feather_rp2040/adafruit_feather_rp2040-pinctrl.dtsi b/boards/adafruit/feather_rp2040/adafruit_feather_rp2040-pinctrl.dtsi index 079304ca1fc83..6bf5197b54810 100644 --- a/boards/adafruit/feather_rp2040/adafruit_feather_rp2040-pinctrl.dtsi +++ b/boards/adafruit/feather_rp2040/adafruit_feather_rp2040-pinctrl.dtsi @@ -54,7 +54,7 @@ ws2812_pio1_default: ws2812_pio1_default { ws2812 { - pinmux = ; + pinmux = ; }; }; }; diff --git a/boards/adafruit/feather_rp2040/adafruit_feather_rp2040.dts b/boards/adafruit/feather_rp2040/adafruit_feather_rp2040.dts index 00e185cdb8cf7..bbec5d120ad87 100644 --- a/boards/adafruit/feather_rp2040/adafruit_feather_rp2040.dts +++ b/boards/adafruit/feather_rp2040/adafruit_feather_rp2040.dts @@ -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 =