Lines Matching +full:pwm +full:- +full:on +full:- +full:delay
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/f0/stm32f070cbtx-pinctrl.dtsi>
10 #include <zephyr/dt-bindings/led/led.h>
11 #include <zephyr/dt-bindings/led/seagate_legend_b1414.h>
12 #include <zephyr/dt-bindings/input/input-event-codes.h>
17 zephyr,shell-uart = &usart1;
24 led-strip = &led_strip_spi;
27 board_id: brd-id {
28 compatible = "gpio-keys";
49 pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>;
50 pinctrl-names = "default";
51 current-speed = <115200>;
56 pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>;
57 pinctrl-names = "default";
58 clock-frequency = <I2C_BITRATE_STANDARD>;
63 pinctrl-0 = <&spi1_sck_pa5 &spi1_miso_pa6 &spi1_mosi_pa7>;
64 pinctrl-names = "default";
66 dma-names = "tx", "rx";
70 compatible = "everlight,b1414", "worldsemi,ws2812-spi";
74 spi-max-frequency = <SPI_FREQ>;
77 spi-one-frame = <ONE_FRAME>;
78 spi-zero-frame = <ZERO_FRAME>;
79 color-mapping = <LED_COLOR_ID_RED>,
82 reset-delay = <250>;
87 pinctrl-0 = <&spi2_sck_pb13 &spi2_miso_pb14 &spi2_mosi_pb15>;
88 pinctrl-names = "default";
89 cs-gpios = <&gpiob 12 GPIO_ACTIVE_LOW>;
94 compatible = "jedec,spi-nor";
96 spi-max-frequency = <8000000>;
107 * Lifetime : 100K erase/program cycles on each sector/block
109 jedec-id = [85 40 12];
118 * Lifetime : 100K erase/program cycles on each sector/block
120 * jedec-id = [a1 31 11];
129 * jedec-id = [a1 31 10];
132 compatible = "fixed-partitions";
133 #address-cells = <1>;
134 #size-cells = <1>;
137 label = "product-info";
141 label = "led-das";
158 * The maximum period needed on Legend devices for activity LED
177 * blinking. In addition the PWM frequency must be as high as
183 pwm3: pwm {
184 pinctrl-0 = <&tim3_ch3_pb0>;
185 pinctrl-names = "default";