Lines Matching +full:frame +full:- +full:delay
4 * SPDX-License-Identifier: Apache-2.0
6 /dts-v1/;
9 #include "m5stack_stamps3-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/pwm/pwm.h>
12 #include <dt-bindings/led/led.h>
13 #include <dt-bindings/led/worldsemi_ws2812c.h>
14 #include <zephyr/dt-bindings/input/input-event-codes.h>
24 zephyr,shell-uart = &usb_serial;
26 zephyr,code-partition = &slot0_partition;
27 zephyr,bt-hci = &esp32_bt_hci;
33 //pwm-0 = &ledc0;
34 i2c-0 = &i2c0;
35 led-strip = &status_rgb_led;
39 compatible = "gpio-keys";
56 current-speed = <115200>;
57 pinctrl-0 = <&uart0_default>;
58 pinctrl-names = "default";
63 clock-frequency = <I2C_BITRATE_STANDARD>;
64 pinctrl-0 = <&i2c0_default>;
65 pinctrl-names = "default";
70 clock-frequency = <I2C_BITRATE_STANDARD>;
71 pinctrl-0 = <&i2c1_default>;
72 pinctrl-names = "default";
81 pinctrl-0 = <&mcpwm0_default>;
82 pinctrl-names = "default";
84 prescale-timer0 = <100>;
85 prescale-timer1 = <100>;
89 pinctrl-0 = <&ledc0_default>;
90 pinctrl-names = "default";
92 #address-cells = <1>;
93 #size-cells = <0>;
106 #address-cells = <1>;
107 #size-cells = <0>;
109 pinctrl-0 = <&spim2_default>;
110 pinctrl-names = "default";
114 #address-cells = <1>;
115 #size-cells = <0>;
117 line-idle-low;
118 pinctrl-0 = <&spim3_default>;
119 pinctrl-names = "default";
122 compatible = "worldsemi,ws2812-spi";
124 spi-max-frequency = <WS2812C_SPI_FREQ>;
126 chain-length = <1>;
127 color-mapping = <LED_COLOR_ID_GREEN>,
130 spi-one-frame = <WS2812C_ONE_FRAME>;
131 spi-zero-frame = <WS2812C_ZERO_FRAME>;
132 reset-delay = <250>;