/* * Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd. * * SPDX-License-Identifier: Apache-2.0 */ #include / { aliases { led-strip = &led_strip; }; }; i2s_led: &i2s0 { status = "okay"; pinctrl-0 = <&i2s0_pinconf>; dmas = <&dma 3>; dma-names = "tx"; led_strip: ws2812@0 { compatible = "worldsemi,ws2812-i2s"; reg = <0>; chain-length = <46>; color-mapping = ; reset-delay = <500>; }; }; &dma { status = "okay"; }; &pinctrl { i2s0_pinconf: i2s0_pinconf { group1 { pinmux = ; output-enable; }; }; };