Lines Matching +full:regulator +full:- +full:allowed +full:- +full:modes
5 * SPDX-License-Identifier: Apache-2.0
8 /dts-v1/;
11 #include "xiao_rp2040-pinctrl.dtsi"
14 #include <zephyr/dt-bindings/led/led.h>
15 #include <zephyr/dt-bindings/pwm/pwm.h>
21 zephyr,flash-controller = &ssi;
23 zephyr,shell-uart = &uart0;
24 zephyr,code-partition = &code_partition;
29 led-strip = &ws2812;
30 pwm-led0 = &pwm_led0;
37 compatible = "pwm-leds";
46 compatible = "gpio-leds";
66 pinctrl-0 = <&pwm_ch4b_default>;
67 pinctrl-names = "default";
68 divider-int-0 = <255>;
78 compatible = "fixed-partitions";
79 #address-cells = <1>;
80 #size-cells = <1>;
83 reg = <0x100 (DT_SIZE_M(2) - 0x100)>;
84 read-only;
94 current-speed = <115200>;
96 pinctrl-0 = <&uart0_default>;
97 pinctrl-names = "default";
102 pinctrl-0 = <&i2c1_default>;
103 pinctrl-names = "default";
104 clock-frequency = <I2C_BITRATE_FAST>;
109 pinctrl-0 = <&spi0_default>;
110 pinctrl-names = "default";
111 clock-frequency = <DT_FREQ_M(8)>;
122 neopixel-power-enable {
123 gpio-hog;
125 output-high;
135 pinctrl-0 = <&adc_default>;
136 pinctrl-names = "default";
142 pio-ws2812 {
143 compatible = "worldsemi,ws2812-rpi_pico-pio";
145 pinctrl-0 = <&ws2812_pio0_default>;
146 pinctrl-names = "default";
147 bit-waveform = <3>, <3>, <4>;
152 chain-length = <1>;
153 color-mapping = <LED_COLOR_ID_GREEN
156 reset-delay = <280>;
167 regulator-always-on;
168 regulator-allowed-modes = <REGULATOR_RPI_PICO_MODE_NORMAL>;
172 startup-delay-multiplier = <64>;