/* * Copyright (c) 2019, Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 */ #include #include / { led_strip: ws2812 { compatible = "worldsemi,ws2812-gpio"; chain-length = <16>; /* arbitrary */ color-mapping = ; /* * Arduino D11 / P0.25, which was chosen to match the pin * used in nrf52dk_nrf52832.overlay. */ gpios = <&gpio0 25 0>; }; aliases { led-strip = &led_strip; }; };