Lines Matching +full:regulator +full:- +full:allowed +full:- +full:modes
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "rp2040_zero-pinctrl.dtsi"
12 #include <zephyr/dt-bindings/led/led.h>
17 zephyr,flash-controller = &ssi;
19 zephyr,shell-uart = &uart0;
20 zephyr,code-partition = &code_partition;
26 led-strip = &ws2812;
34 compatible = "fixed-partitions";
35 #address-cells = <1>;
36 #size-cells = <1>;
42 read-only;
50 label = "code-partition";
51 reg = <0x100 (DT_SIZE_M(16) - 0x100)>;
52 read-only;
59 current-speed = <115200>;
60 pinctrl-0 = <&uart0_default>;
61 pinctrl-names = "default";
66 pinctrl-0 = <&i2c0_default>;
67 pinctrl-names = "default";
68 clock-frequency = <I2C_BITRATE_STANDARD>;
73 pinctrl-0 = <&i2c1_default>;
74 pinctrl-names = "default";
75 clock-frequency = <I2C_BITRATE_FAST>;
79 clock-frequency = <DT_FREQ_M(8)>;
81 pinctrl-0 = <&spi0_default>;
82 pinctrl-names = "default";
104 pinctrl-0 = <&adc_default>;
105 pinctrl-names = "default";
111 pio-ws2812 {
112 compatible = "worldsemi,ws2812-rpi_pico-pio";
114 pinctrl-0 = <&ws2812_pio0_default>;
115 pinctrl-names = "default";
116 bit-waveform = <3>, <3>, <4>;
121 chain-length = <1>;
122 color-mapping = <LED_COLOR_ID_GREEN
125 reset-delay = <280>;
140 regulator-always-on;
141 regulator-allowed-modes = <REGULATOR_RPI_PICO_MODE_NORMAL>;