/* * Copyright (c) 2021 Seagate Technology LLC * * SPDX-License-Identifier: Apache-2.0 */ #include #include "../f070rb-bindings.h" &spi1 { /* MOSI on PA7 */ dmas = <&dma1 3 0x20440>, <&dma1 2 0x20480>; dma-names = "tx", "rx"; led_strip: b1414@0 { compatible = "everlight,b1414", "worldsemi,ws2812-spi"; label = "B1414"; /* SPI */ reg = <0>; /* ignored, but necessary for SPI bindings */ spi-max-frequency = ; /* B1414 */ chain-length = <18>; /* arbitrary; change at will */ spi-one-frame = ; spi-zero-frame = ; color-mapping = ; reset-delay = <250>; status = "okay"; }; }; &dma1 { status = "okay"; }; / { aliases { led-strip = &led_strip; }; };