Searched +full:regulator +full:- +full:min +full:- +full:microamp (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/boards/shields/npm1300_ek/ |
D | npm1300_ek.overlay | 3 * SPDX-License-Identifier: Apache-2.0 6 #include <dt-bindings/regulator/npm1300.h> 7 #include <zephyr/dt-bindings/input/input-event-codes.h> 14 npm1300_ek_gpio: gpio-controller { 15 compatible = "nordic,npm1300-gpio"; 16 gpio-controller; 17 #gpio-cells = <2>; 22 compatible = "nordic,npm1300-regulator"; 24 /* limits are set to min/max allowed values */ 26 regulator-min-microvolt = <1000000>; [all …]
|
/Zephyr-latest/tests/drivers/regulator/api/ |
D | app.overlay | 3 * SPDX-License-Identifier: Apache-2.0 7 regulator: regulator { 8 compatible = "zephyr,fake-regulator"; 13 regulator-always-on; 17 regulator-boot-on; 21 regulator-min-microvolt = <100>; 22 regulator-max-microvolt = <200>; 23 regulator-min-microamp = <100>; 24 regulator-max-microamp = <200>; 25 regulator-allowed-modes = <1 10>; [all …]
|
/Zephyr-latest/dts/bindings/regulator/ |
D | nordic,npm2100-regulator.yaml | 2 # SPDX-License-Identifier: Apache-2.0 16 compatible = "nordic,npm2100-regulator"; 27 compatible: "nordic,npm2100-regulator" 32 dvs-gpios: 33 type: phandle-array 39 The effect of the mode change is defined by the mode-gpios 40 fields for each of the regulator blocks. 42 child-binding: 44 - name: regulator.yaml 45 property-allowlist: [all …]
|
D | nordic,npm1300-regulator.yaml | 2 # SPDX-License-Identifier: Apache-2.0 16 compatible = "nordic,npm1300-regulator"; 33 compatible: "nordic,npm1300-regulator" 38 dvs-gpios: 39 type: phandle-array 47 The effect of the mode change is defined by the enable-gpios 48 and pwm_gpios fields for each of the regulator blocks. 50 child-binding: 52 - name: regulator.yaml 53 property-allowlist: [all …]
|
D | maxim,max20335-regulator.yaml | 2 # SPDX-License-Identifier: Apache-2.0 15 compatible = maxim,max20335-regulator"; 35 compatible: "maxim,max20335-regulator" 39 child-binding: 41 - name: regulator.yaml 42 property-allowlist: 43 - regulator-init-microvolt 44 - regulator-min-microvolt 45 - regulator-max-microvolt 46 - regulator-init-microamp [all …]
|
D | nxp,pf1550-regulator.yaml | 2 # SPDX-License-Identifier: Apache-2.0 15 compatible = nxp,pf1550-regulator"; 38 compatible: "nxp,pf1550-regulator" 42 child-binding: 44 - name: regulator.yaml 45 property-allowlist: 46 - regulator-init-microvolt 47 - regulator-min-microvolt 48 - regulator-max-microvolt 49 - regulator-init-microamp [all …]
|
D | regulator.yaml | 1 # Copyright 2019-2020, Peter Bigot Consulting, LLC 3 # SPDX-License-Identifier: Apache-2.0 9 linux/Documentation/devicetree/bindings/regulator/regulator.yaml. 14 regulator-name: 16 description: A string used as a descriptive name for regulator outputs 18 regulator-init-microvolt: 22 regulator-min-microvolt: 26 regulator-max-microvolt: 30 regulator-microvolt-offset: 34 regulator-init-microamp: [all …]
|
D | nordic,npm6001-regulator.yaml | 2 # SPDX-License-Identifier: Apache-2.0 15 compatible = "nordic,npm6001-regulator"; 38 compatible: "nordic,npm6001-regulator" 42 child-binding: 44 - name: regulator.yaml 45 property-allowlist: 46 - regulator-always-on 47 - regulator-boot-on 48 - regulator-boot-off 49 - regulator-max-microamp [all …]
|
D | nxp,pca9420.yaml | 2 # SPDX-License-Identifier: Apache-2.0 34 nxp,enable-modesel-pins: 40 nxp,vin-ilim-microamp: 44 - 85000 45 - 255000 46 - 425000 47 - 595000 48 - 765000 49 - 935000 50 - 1105000 [all …]
|
/Zephyr-latest/boards/nordic/nrf9131ek/ |
D | nrf9131ek_nrf9131_common.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 6 #include "nrf9131ek_nrf9131_common-pinctrl.dtsi" 7 #include <zephyr/dt-bindings/input/input-event-codes.h> 11 compatible = "nordic,nrf9131-ek-nrf9131"; 15 zephyr,shell-uart = &uart0; 16 zephyr,uart-mcumgr = &uart0; 20 compatible = "gpio-leds"; 36 compatible = "pwm-leds"; 49 compatible = "gpio-keys"; 62 pwm-led0 = &pwm_led0; [all …]
|
/Zephyr-latest/boards/arduino/portenta_h7/ |
D | arduino_portenta_h7_stm32h747xx_m7.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/h7/stm32h747xihx-pinctrl.dtsi> 10 #include "arduino_portenta_h7-common.dtsi" 15 compatible = "arduino,portenta-h7"; 21 zephyr,code-partition = &slot0_partition; 22 zephyr,bt-hci = &bt_hci_uart; 26 compatible = "regulator-fixed"; 27 regulator-name = "oscen"; 28 enable-gpios = <&gpioh 1 GPIO_ACTIVE_HIGH>; [all …]
|
/Zephyr-latest/include/zephyr/drivers/ |
D | regulator.h | 2 * Copyright (c) 2019-2020 Peter Bigot Consulting, LLC 7 * SPDX-License-Identifier: Apache-2.0 14 * @brief Regulator Interface 15 * @defgroup regulator_interface Regulator Interface 36 /** Opaque type to store regulator DVS states */ 39 /** Opaque type to store regulator modes */ 42 /** Opaque bit map for regulator error flags (see @ref REGULATOR_ERRORS) */ 46 * @name Regulator error flags. 67 /** @brief Driver-specific API functions to support parent regulator control. */ 100 /** @brief Driver-specific API functions to support regulator control. */ [all …]
|
/Zephyr-latest/tests/drivers/regulator/api/src/ |
D | main.c | 3 * SPDX-License-Identifier: Apache-2.0 6 #include <zephyr/drivers/regulator.h> 7 #include <zephyr/drivers/regulator/fake.h> 12 static const struct device *const parent = DEVICE_DT_GET(DT_NODELABEL(regulator)); 15 /* REG1: regulator-always-on */ 17 /* REG2: regulator-boot-on */ 19 /* REG3: regulator-max/min-microvolt/microamp, regulator-allowed-modes */ 21 /* REG4: regulator-boot-off */ 23 /* REG5: regulator-boot-off and is_enabled */ 26 static DEVICE_API(regulator, dummy_regulator_api); [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.7.rst | 10 This release is the last non-maintenance 3.x release and, as such, will be the next 18 * A long-awaited :ref:`HTTP Server <http_server_interface>` library, and associated service API, 21 * :ref:`POSIX support <posix_support>` has been extended, with most Options of the IEEE 1003-2017 25 * Bluetooth Host has been extended with support for the Nordic UART Service (NUS), Hands-free Audio 29 :ref:`read-then-decode approach <sensor-read-and-decode>` that enables more types of sensors and 35 * Trusted Firmware-M (TF-M) 2.1.0 and Mbed TLS 3.6.0 have been integrated into Zephyr. 39 1588) allows to synchronize time across devices with sub-microsecond accuracy. 52 * 1-Wire 71 :ref:`pinctrl-guide` for more details. 88 * CVE-2024-3077 `Zephyr project bug tracker GHSA-gmfv-4vfh-2mh8 [all …]
|
D | release-notes-3.3.rst | 14 * Introduced :ref:`USB-C <usbc_api>` device stack with PD (power delivery) 17 CMSIS-DSP as the default backend. 30 * CVE-2023-0359: Under embargo until 2023-04-20 32 * CVE-2023-0779: Under embargo until 2023-04-22 66 removed in favor of new :dtcompatible:`zephyr,flash-disk` devicetree binding. 68 * Regulator APIs previously located in ``<zephyr/drivers/regulator/consumer.h>`` 69 are now part of ``<zephyr/drivers/regulator.h>``. 71 * Starting from this release ``zephyr-`` prefixed tags won't be created 82 image states). Use of a truncated hash or non-sha256 hash will still work 88 registration function at boot-up. If applications register this then [all …]
|
D | migration-guide-3.7.rst | 22 out-of-tree SoCs and boards to be ported to the new model. See the 25 * The following build-time generated headers: 27 .. list-table:: 28 :header-rows: 1 30 * - Affected header files 31 * - ``app_version.h`` 32 * - ``autoconf.h`` 33 * - ``cmake_intdef.h`` 34 * - ``core-isa-dM.h`` 35 * - ``devicetree_generated.h`` [all …]
|