Lines Matching +full:regulator +full:- +full:allowed +full:- +full:modes
4 * SPDX-License-Identifier: Apache-2.0
10 #include "rpi_pico-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/pwm/pwm.h>
13 #include <zephyr/dt-bindings/i2c/i2c.h>
20 zephyr,flash-controller = &ssi;
22 zephyr,shell-uart = &uart0;
23 zephyr,code-partition = &code_partition;
32 compatible = "raspberrypi,pico-header";
33 #gpio-cells = <2>;
34 gpio-map-mask = <0xffffffff 0xffffffc0>;
35 gpio-map-pass-thru = <0 0x3f>;
36 gpio-map = <0 0 &gpio0 0 0>, /* GP0 */
69 compatible = "fixed-partitions";
70 #address-cells = <1>;
71 #size-cells = <1>;
77 read-only;
85 label = "code-partition";
86 reg = <0x100 (DT_SIZE_M(2) - 0x100)>;
87 read-only;
93 current-speed = <115200>;
95 pinctrl-0 = <&uart0_default>;
96 pinctrl-names = "default";
104 clock-frequency = <I2C_BITRATE_STANDARD>;
106 pinctrl-0 = <&i2c0_default>;
107 pinctrl-names = "default";
111 pinctrl-0 = <&i2c1_default>;
112 pinctrl-names = "default";
114 clock-frequency = <I2C_BITRATE_FAST>;
118 clock-frequency = <DT_FREQ_M(8)>;
120 pinctrl-0 = <&spi0_default>;
121 pinctrl-names = "default";
139 pinctrl-0 = <&adc_default>;
140 pinctrl-names = "default";
148 pinctrl-0 = <&pwm_ch4b_default>;
149 pinctrl-names = "default";
153 regulator-always-on;
154 regulator-allowed-modes = <REGULATOR_RPI_PICO_MODE_NORMAL>;