Lines Matching +full:mb +full:- +full:0 +full:- +full:15
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/u5/stm32u585aiixq-pinctrl.dtsi>
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
13 model = "STMicroelectronics STEVAL-STWINBX1 Development kit";
19 zephyr,code-partition = &slot0_partition;
21 zephyr,bt-hci = &hci_spi;
25 compatible = "gpio-leds";
37 compatible = "pwm-leds";
41 label = "LED_1 - PWM5";
46 compatible = "gpio-keys";
49 gpios = <&gpioe 0 GPIO_ACTIVE_HIGH>;
57 pwm-led0 = &green_pwm_led;
59 mcuboot-led0 = &green_led;
60 mcuboot-button0 = &user_button;
62 die-temp0 = &die_temp;
63 volt-sensor0 = &vref1;
64 volt-sensor1 = &vbat4;
73 clock-frequency = <DT_FREQ_M(16)>;
83 msi-range = <4>;
84 msi-pll-mode;
88 div-m = <1>;
89 mul-n = <10>;
90 div-q = <2>;
91 div-r = <1>;
97 div-m = <2>;
98 mul-n = <48>;
99 div-p = <2>;
100 div-q = <7>;
101 div-r = <25>;
107 div-m = <2>;
108 mul-n = <48>;
109 div-p = <2>;
110 div-q = <25>;
111 div-r = <2>;
118 clock-frequency = <DT_FREQ_M(160)>;
119 ahb-prescaler = <1>;
120 apb1-prescaler = <1>;
121 apb2-prescaler = <1>;
122 apb3-prescaler = <1>;
129 ldo-enable-gpios {
130 gpio-hog;
131 gpios = <15 GPIO_ACTIVE_HIGH>;
132 output-high;
137 clocks = <&rcc STM32_CLOCK_BUS_APB3 0x00000800>,
143 pinctrl-0 = <&usart2_tx_pd5 &usart2_rx_pd6>;
144 pinctrl-names = "default";
145 current-speed = <115200>;
150 pinctrl-0 = <&spi2_sck_pi1 &spi2_miso_pd3 &spi2_mosi_pi3>;
151 pinctrl-names = "default";
154 cs-gpios = <&gpioh 6 GPIO_ACTIVE_LOW>,
155 <&gpioh 15 GPIO_ACTIVE_LOW>,
157 iis2dlpc: iis2dlpc@0 {
159 spi-max-frequency = <DT_FREQ_M(10)>;
160 reg = <0>;
161 drdy-gpios = <&gpiof 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
162 drdy-int = <1>;
167 spi-max-frequency = <DT_FREQ_M(10)>;
169 drdy-gpios = <&gpiob 8 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
170 int-pin = <1>;
175 spi-max-frequency = <DT_FREQ_M(10)>;
177 drdy-gpios = <&gpiof 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
178 int-pin = <2>;
183 pinctrl-0 = <&spi3_sck_pg9 &spi3_miso_pb4 &spi3_mosi_pb5>;
184 pinctrl-names = "default";
186 cs-gpios = <&gpioe 1 GPIO_ACTIVE_LOW>;
187 hci_spi: bluenrg-2@0 {
188 compatible = "st,hci-spi-v2";
189 reg = <0>;
190 reset-gpios = <&gpiod 13 GPIO_ACTIVE_LOW>;
191 irq-gpios = <&gpiof 14 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
192 spi-cpha; /* CPHA=1 */
193 spi-hold-cs;
194 spi-max-frequency = <DT_FREQ_M(1)>;
195 reset-assert-duration-ms = <6>;
200 pinctrl-0 = <&i2c2_scl_ph4 &i2c2_sda_pf0>;
201 pinctrl-names = "default";
203 clock-frequency = <I2C_BITRATE_FAST>;
207 reg = <0x3f>;
208 int-gpios = <&gpiof 5 GPIO_ACTIVE_HIGH>;
214 reg = <0x1e>;
215 drdy-gpios = <&gpiof 9 GPIO_ACTIVE_HIGH>;
221 reg = <0x5c>;
232 pinctrl-0 = <&tim5_ch3_ph12>;
233 pinctrl-names = "default";
247 pinctrl-0 = <&usb_otg_fs_dm_pa11 &usb_otg_fs_dp_pa12>;
248 pinctrl-names = "default";
255 pinctrl-0 = <&adc1_in1_pc0>;
256 pinctrl-names = "default";
257 st,adc-clock-source = "ASYNC";
258 st,adc-prescaler = <4>;
259 vref-mv = <2750>;
264 pinctrl-0 = <&adc4_in3_pc2>;
265 pinctrl-names = "default";
266 st,adc-clock-source = "ASYNC";
267 st,adc-prescaler = <4>;
268 vref-mv = <2750>;
290 pinctrl-0 = <&sdmmc1_d0_pc8 &sdmmc1_d1_pc9
293 pinctrl-names = "default";
294 cd-gpios = <&gpiog 1 GPIO_ACTIVE_LOW>;
295 bus-width = <4>;
296 clk-div = <4>;
301 compatible = "fixed-partitions";
302 #address-cells = <1>;
303 #size-cells = <1>;
307 * with TZEN=0 (so w/o TFM).
308 * Set the partitions with first MB to make use of the whole Bank1
310 boot_partition: partition@0 {
312 reg = <0x00000000 DT_SIZE_K(64)>;
315 label = "image-0";
316 reg = <0x00010000 DT_SIZE_K(416)>;
319 label = "image-1";
320 reg = <0x00078000 DT_SIZE_K(416)>;
323 label = "image-scratch";
324 reg = <0x000e0000 DT_SIZE_K(64)>;
328 reg = <0x000f0000 DT_SIZE_K(64)>;