Lines Matching +full:startup +full:- +full:delay +full:- +full:multiplier
5 * SPDX-License-Identifier: Apache-2.0
8 /dts-v1/;
11 #include "adafruit_kb2040-pinctrl.dtsi"
14 #include <zephyr/dt-bindings/led/led.h>
20 zephyr,flash-controller = &ssi;
22 zephyr,shell-uart = &uart0;
23 zephyr,code-partition = &code_partition;
28 led-strip = &ws2812;
36 compatible = "fixed-partitions";
37 #address-cells = <1>;
38 #size-cells = <1>;
44 read-only;
53 reg = <0x100 (DT_SIZE_M(8) - 0x100)>;
54 read-only;
60 current-speed = <115200>;
62 pinctrl-0 = <&uart0_default>;
63 pinctrl-names = "default";
68 pinctrl-0 = <&spi0_default>;
69 pinctrl-names = "default";
70 clock-frequency = <DT_FREQ_M(8)>;
75 pinctrl-0 = <&i2c1_default>;
76 pinctrl-names = "default";
77 clock-frequency = <I2C_BITRATE_FAST>;
90 pinctrl-0 = <&adc_default>;
91 pinctrl-names = "default";
97 pio-ws2812 {
98 compatible = "worldsemi,ws2812-rpi_pico-pio";
100 pinctrl-0 = <&ws2812_pio0_default>;
101 pinctrl-names = "default";
102 bit-waveform = <3>, <3>, <4>;
107 chain-length = <1>;
108 color-mapping = <LED_COLOR_ID_GREEN
111 reset-delay = <280>;
122 regulator-always-on;
123 regulator-allowed-modes = <REGULATOR_RPI_PICO_MODE_NORMAL>;
127 startup-delay-multiplier = <64>;