Home
last modified time | relevance | path

Searched +full:buck +full:- +full:boost (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/dts/bindings/regulator/
Dadi,adp5360-regulator.yaml2 # SPDX-License-Identifier: Apache-2.0
7 The PMIC has one buck converter and one buck-boost converter. Both need to be
8 defined as children nodes, strictly following the BUCK and BUCKBOOST node
16 compatible = "adi,adp5360-regulator";
18 BUCK {
19 /* all properties for BUCK */
27 compatible: "adi,adp5360-regulator"
31 child-binding:
33 - name: regulator.yaml
34 property-allowlist:
[all …]
Dsilabs,series2-dcdc.yaml2 # SPDX-License-Identifier: Apache-2.0
5 Silicon Labs Series 2 DC-DC converter.
7 Include the bindings header file <zephyr/dt-bindings/regulator/silabs_dcdc.h> to get
12 `regulator-boot-on`
13 Enable DC-DC converter at boot. If not set, the DC-DC converter is powered off.
14 `regulator-allow-bypass`
15 Enable bypass mode. If combined with `regulator-boot-on`, the DC-DC converter
17 `regulator-initial-mode`
19 `regulator-init-microvolt`
20 Output voltage for boost mode. Not used in buck mode.
[all …]
/Zephyr-latest/include/zephyr/dt-bindings/regulator/
Dsilabs_dcdc.h3 * SPDX-License-Identifier: Apache-2.0
19 /** Buck mode */
21 /** Boost mode */
/Zephyr-latest/tests/drivers/build_all/regulator/
Di2c.dtsi3 * SPDX-License-Identifier: Apache-2.0
25 compatible = "nordic,npm6001-regulator";
41 compatible = "nordic,npm1300-regulator";
55 compatible = "adi,adp5360-regulator";
57 BUCK {};
63 compatible = "x-powers,axp192";
67 compatible = "x-powers,axp192-regulator";
84 compatible = "maxim,max20335-regulator";
98 cirrus,initial-switched-capacitor-mode = "2:1";
116 compatible = "nordic,npm2100-regulator";
[all …]
/Zephyr-latest/drivers/regulator/
Dregulator_adp5360.c3 * SPDX-License-Identifier: Apache-2.0
12 #include <zephyr/dt-bindings/regulator/adp5360.h>
22 /* Buck/boost configure register. */
35 /* Buck/boost output voltage setting register. */
91 const struct regulator_adp5360_config *config = dev->config; in regulator_adp5360_count_voltages()
93 return linear_range_group_values_count(config->desc->ranges, config->desc->nranges); in regulator_adp5360_count_voltages()
99 const struct regulator_adp5360_config *config = dev->config; in regulator_adp5360_list_voltage()
101 return linear_range_group_get_value(config->desc->ranges, config->desc->nranges, idx, in regulator_adp5360_list_voltage()
107 const struct regulator_adp5360_config *config = dev->config; in regulator_adp5360_set_voltage()
111 ret = linear_range_group_get_win_index(config->desc->ranges, config->desc->nranges, min_uv, in regulator_adp5360_set_voltage()
[all …]
/Zephyr-latest/boards/st/b_g474e_dpow1/doc/
Dindex.rst5 The B-G474E-DPOW1 Discovery kit is a digital power solution and a complete
7 microcontroller. Leveraging the new HRTimer-oriented features, 96 Kbytes of
8 embedded RAM, math accelerator functions and USB-PD 3.0 offered by STM32G474RET6,
9 the B-G474E-DPOW1 Discovery kit, based on the USB 2.0 FS Type-C™ connector
11 buck-boost converter, RGB power LED lighting or a class-D audio amplifier. The
12 B-G474E-DPOW1 Discovery kit does not require any separate probe, as it integrates
13 the STLINK-V3E debugger and programmer.
15 - STM32G474RET6 Arm® Cortex®-M4 core-based microcontroller, featuring 512 Kbytes
17 - USB Type-C™ with USB 2.0 FS interface compatible with USB-PD 3.0
18 - RGB power LED for a bright lighting
[all …]
/Zephyr-latest/boards/sparkfun/thing_plus/
Dsparkfun_thing_plus_nrf9160_common.dtsi2 * Copyright (c) 2018-2020 Nordic Semiconductor ASA
5 * SPDX-License-Identifier: Apache-2.0
7 #include "sparkfun_thing_plus_nrf9160_common-pinctrl.dtsi"
8 #include <zephyr/dt-bindings/input/input-event-codes.h>
12 compatible = "sparkfun,thing-plus-nrf9160";
16 zephyr,shell-uart = &uart0;
17 zephyr,uart-mcumgr = &uart0;
21 compatible = "gpio-leds";
29 compatible = "pwm-leds";
36 compatible = "gpio-keys";
[all …]
/Zephyr-latest/boards/nxp/frdm_kw41z/doc/
Dindex.rst6 The FRDM-KW41Z is a development kit enabled by the Kinetis |reg| W series
7 KW41Z/31Z/21Z (KW41Z) family built on ARM |reg| Cortex |reg|-M0+ processor with
12 The FRDM-KW41Z kit contains two Freedom boards that can be used as a
13 development board or a shield to connect to a host processor. The FRDM-KW41Z is
14 form-factor compatible with the Arduino |trade| R3 pin layout for more expansion
17 The FRDM-KW41Z highly-sensitive, optimized 2.4 GHz radio features a PCB
18 F-antenna which can be bypassed to test via SMA connection, multiple power
25 - Can be configured as Host or Shield for connection to Host Processor
26 - Supports all DC-DC configurations (Buck, Boost, Bypass)
27 - PCB inverted F-type antenna
[all …]