#include /* Wiring: * - M1.S connected to GND * - SDOUT connected to M1.D * - ~300 ohm resistor between M1.D and TP5 (5V / Vbus) */ &pinctrl { i2s0_default_alt: i2s0_default_alt { group1 { psels = , , , ; }; }; }; i2s_led: &i2s0 { status = "okay"; pinctrl-0 = <&i2s0_default_alt>; pinctrl-names = "default"; led_strip: ws2812@0 { compatible = "worldsemi,ws2812-i2s"; reg = <0>; chain-length = <10>; /* arbitrary; change at will */ color-mapping = ; out-active-low; reset-delay = <120>; }; }; / { aliases { led-strip = &led_strip; }; };