Lines Matching +full:max +full:- +full:frequency
5 * SPDX-License-Identifier: Apache-2.0
10 * with real-world devicetree nodes, to allow these tests to run on
15 #include <zephyr/dt-bindings/led/led.h>
19 #address-cells = <1>;
20 #size-cells = <1>;
24 gpio-controller;
26 #gpio-cells = <0x2>;
31 #address-cells = <1>;
32 #size-cells = <0>;
36 clock-frequency = <DT_FREQ_M(2)>;
38 cs-gpios = <&test_gpio 0 0>,
46 spi-max-frequency = <DT_FREQ_M(1)>;
48 chain-length = <8>; // two TLC5971 devices
49 color-mapping = <LED_COLOR_ID_BLUE>,
57 spi-max-frequency = <5250000>;
58 chain-length = <4>;
59 color-mapping = <LED_COLOR_ID_BLUE
67 spi-max-frequency = <2000000>;
68 chain-length = <1>;
69 color-mapping = <LED_COLOR_ID_RED
75 compatible = "worldsemi,ws2812-spi";
77 spi-max-frequency = <2000000>;
79 chain-length = <1>;
80 color-mapping = <LED_COLOR_ID_GREEN>,
83 spi-one-frame = <1>;
84 spi-zero-frame = <2>;