Home
last modified time | relevance | path

Searched +full:smps +full:- +full:bom (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/dts/bindings/power/
Dst,stm32wb0-pwr.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "st,stm32wb0-pwr"
8 include: "st,stm32-pwr.yaml"
11 smps-mode:
15 SMPS mode selection
18 - SMPS converter disabled
19 - LDOs supply voltage: VDD
21 WARNING: The SMPS must not be disabled on board using the
22 'SMPS supply configuration', so this mode should NEVER be
26 Refer to RM0505 §5.5 "SMPS step down regulator" for details.
[all …]
/Zephyr-latest/soc/st/stm32/stm32wb0x/
Dsoc.c4 * SPDX-License-Identifier: Apache-2.0
63 "smps-bom must be specified");
87 /* Configure SMPS clock prescaler */ in configure_smps()
91 /* Disable SMPS */ in configure_smps()
95 /* Wait for SMPS to turn off */ in configure_smps()
98 /* Select correct BOM */ in configure_smps()
101 /* Configure low-power mode */ in configure_smps()
104 /* Enable SMPS */ in configure_smps()
108 /* Wait for SMPS to turn on */ in configure_smps()
111 /* Place SMPS in PRECHARGE (BYPASS) mode. in configure_smps()
[all …]
/Zephyr-latest/boards/st/nucleo_wb05kz/
Dnucleo_wb05kz.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/wb0/stm32wb05kzvx-pinctrl.dtsi>
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
15 model = "STMicroelectronics STM32WB05KZ-NUCLEO board";
16 compatible = "st,stm32wb05kz-nucleo";
18 #address-cells = <1>;
19 #size-cells = <1>;
23 zephyr,shell-uart = &usart1;
26 zephyr,bt-c2h-uart = &usart1;
[all …]
/Zephyr-latest/boards/st/nucleo_wb09ke/
Dnucleo_wb09ke.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/wb0/stm32wb09kevx-pinctrl.dtsi>
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
15 model = "STMicroelectronics STM32WB09KE-NUCLEO board";
16 compatible = "st,stm32wb09ke-nucleo";
18 #address-cells = <1>;
19 #size-cells = <1>;
23 zephyr,shell-uart = &usart1;
26 zephyr,bt-c2h-uart = &usart1;
[all …]
/Zephyr-latest/boards/st/stm32wb5mmg/doc/
Dstm32wb5mmg.rst6 STM32WB5MMG is an ultra-low-power and small form factor certified 2.4 GHz
10 module on other boards as HCI layer (Specefically B-U585I-IOT02A Development board).
14 - Bluetooth module in SiP-LGA86 package
15 - Integrated chip antenna
16 - Bluetooth|reg| Low Energy 5.4, Zigbee|reg| 3.0, OpenThread certified
18 - IEEE 802.15.4-2011 MAC PHY Supports 2 Mbits/s
19 - Frequency band 2402-2480 MHz
20 - Advertising extension
21 - Tx output power up to +6 dBm
22 - Rx sensitivity: -96 dBm (Bluetooth|reg| Low Energy at 1 Mbps), -100 dBm (802.15.4)
[all …]