Home
last modified time | relevance | path

Searched +full:regulator +full:- +full:allowed +full:- +full:modes (Results 1 – 25 of 27) sorted by relevance

12

/Zephyr-latest/dts/bindings/regulator/
Dx-powers,axp192-regulator.yaml3 # SPDX-License-Identifier: Apache-2.0
17 compatible = "x-powers,axp192-regulator";
41 compatible: "x-powers,axp192-regulator"
45 child-binding:
47 - name: regulator.yaml
48 property-allowlist:
49 - regulator-init-microvolt
50 - regulator-min-microvolt
51 - regulator-max-microvolt
52 - regulator-always-on
[all …]
Draspberrypi,core-supply-regulator.yaml2 # SPDX-License-Identifier: Apache-2.0
7 compatible: "raspberrypi,core-supply-regulator"
10 - name: base.yaml
11 - name: regulator.yaml
12 property-allowlist:
13 - regulator-always-on
14 - regulator-boot-on
15 - regulator-min-microvolt
16 - regulator-max-microvolt
17 - regulator-allowed-modes
[all …]
Dmaxim,max20335-regulator.yaml2 # 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 …]
Dnordic,npm6001-regulator.yaml2 # 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 …]
Dnordic,npm1100.yaml2 # SPDX-License-Identifier: Apache-2.0
25 nordic,iset-gpios:
26 type: phandle-array
30 child-binding:
32 nordic,mode-gpios:
33 type: phandle-array
38 - name: regulator.yaml
39 property-allowlist:
40 - regulator-allowed-modes
41 - regulator-initial-mode
Dnxp,vref.yaml1 # Copyright 2023-2024 NXP
2 # SPDX-License-Identifier: Apache-2.0
9 - name: base.yaml
10 - name: regulator.yaml
11 property-allowlist:
12 - regulator-name
13 - regulator-init-microvolt
14 - regulator-min-microvolt
15 - regulator-max-microvolt
16 - regulator-initial-mode
[all …]
Dnordic,npm2100-regulator.yaml2 # 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 …]
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
16 compatible = "adi,adp5360-regulator";
27 compatible: "adi,adp5360-regulator"
31 child-binding:
33 - name: regulator.yaml
34 property-allowlist:
35 - regulator-always-on
36 - regulator-boot-on
37 - regulator-boot-off
[all …]
Dregulator.yaml1 # 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 …]
Dnordic,npm1300-regulator.yaml2 # 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 …]
/Zephyr-latest/tests/drivers/regulator/api/
Dapp.overlay3 * 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/include/zephyr/drivers/
Dregulator.h2 * 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/boards/adafruit/kb2040/
Dadafruit_kb2040.dts5 * SPDX-License-Identifier: Apache-2.0
8 /dts-v1/;
11 #include "adafruit_kb2040-pinctrl.dtsi"
14 #include <zephyr/dt-bindings/led/led.h>
20 zephyr,flash-controller = &ssi;
22 zephyr,shell-uart = &uart0;
23 zephyr,code-partition = &code_partition;
28 led-strip = &ws2812;
36 compatible = "fixed-partitions";
37 #address-cells = <1>;
[all …]
/Zephyr-latest/boards/sparkfun/pro_micro_rp2040/
Dsparkfun_pro_micro_rp2040.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "sparkfun_pro_micro_rp2040-pinctrl.dtsi"
13 #include <zephyr/dt-bindings/led/led.h>
19 zephyr,flash-controller = &ssi;
21 zephyr,code-partition = &code_partition;
26 led-strip = &ws2812;
37 compatible = "fixed-partitions";
38 #address-cells = <1>;
39 #size-cells = <1>;
[all …]
/Zephyr-latest/boards/waveshare/rp2040_zero/
Drp2040_zero.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "rp2040_zero-pinctrl.dtsi"
12 #include <zephyr/dt-bindings/led/led.h>
17 zephyr,flash-controller = &ssi;
19 zephyr,shell-uart = &uart0;
20 zephyr,code-partition = &code_partition;
26 led-strip = &ws2812;
34 compatible = "fixed-partitions";
35 #address-cells = <1>;
[all …]
/Zephyr-latest/boards/adafruit/qt_py_rp2040/
Dadafruit_qt_py_rp2040.dts5 * SPDX-License-Identifier: Apache-2.0
8 /dts-v1/;
11 #include "adafruit_qt_py_rp2040-pinctrl.dtsi"
14 #include <zephyr/dt-bindings/led/led.h>
20 zephyr,flash-controller = &ssi;
22 zephyr,shell-uart = &uart1;
23 zephyr,code-partition = &code_partition;
28 led-strip = &ws2812;
36 compatible = "fixed-partitions";
37 #address-cells = <1>;
[all …]
/Zephyr-latest/boards/seeed/xiao_rp2040/
Dxiao_rp2040.dts5 * SPDX-License-Identifier: Apache-2.0
8 /dts-v1/;
11 #include "xiao_rp2040-pinctrl.dtsi"
14 #include <zephyr/dt-bindings/led/led.h>
15 #include <zephyr/dt-bindings/pwm/pwm.h>
21 zephyr,flash-controller = &ssi;
23 zephyr,shell-uart = &uart0;
24 zephyr,code-partition = &code_partition;
29 led-strip = &ws2812;
30 pwm-led0 = &pwm_led0;
[all …]
/Zephyr-latest/boards/raspberrypi/rpi_pico/
Drpi_pico-common.dtsi4 * 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>;
[all …]
/Zephyr-latest/boards/wiznet/w5500_evb_pico/
Dw5500_evb_pico.dts5 * SPDX-License-Identifier: Apache-2.0
8 /dts-v1/;
13 #include "w5500_evb_pico-pinctrl.dtsi"
14 #include <zephyr/dt-bindings/pwm/pwm.h>
16 #include <zephyr/dt-bindings/i2c/i2c.h>
22 zephyr,flash-controller = &ssi;
24 zephyr,shell-uart = &uart0;
25 zephyr,code-partition = &code_partition;
29 compatible = "raspberrypi,pico-header";
30 #gpio-cells = <2>;
[all …]
/Zephyr-latest/tests/drivers/regulator/api/src/
Dmain.c3 * 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/
Drelease-notes-3.5.rst38 * CVE-2023-3725 `Zephyr project bug tracker GHSA-2g3m-p6c7-8rr3
39 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-2g3m-p6c7-8rr3>`_
41 * CVE-2023-4257 `Zephyr project bug tracker GHSA-853q-q69w-gf5j
42 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-853q-q69w-gf5j>`_
44 * CVE-2023-4258 `Zephyr project bug tracker GHSA-m34c-cp63-rwh7
45 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-m34c-cp63-rwh7>`_
47 * CVE-2023-4259 `Zephyr project bug tracker GHSA-gghm-c696-f4j4
48 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gghm-c696-f4j4>`_
50 * CVE-2023-4260 `Zephyr project bug tracker GHSA-gj27-862r-55wh
51 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gj27-862r-55wh>`_
[all …]
Drelease-notes-3.7.rst10 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 …]
Drelease-notes-3.3.rst14 * 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 …]
Drelease-notes-3.4.rst20 * Added Power Delivery Source Support to the USB-C Stack.
22 * Cache API functions are now fully in-lined by compilers.
23 * Added an API for real-time clocks (RTC).
29 - Introduction of 3 new test harnesses into twister supporting pyTest,
31 - Transitioning to new Ztest API was completed and legacy Ztest was deprecated.
46 * CVE-2023-1901: Under embargo until 2023-07-04
48 * CVE-2023-1902: Under embargo until 2023-07-04
67 +--------------------------------------------------+
69 +--------------------------------------------------+
71 +--------------------------------------------------+
[all …]
Drelease-notes-3.1.rst61 * Split CAN classic and CAN-FD APIs:
90 was moved from Kconfig to :ref:`devicetree <dt-guide>`.
91 See the :dtcompatible:`st,stm32f1-pinctrl` devicetree binding for more information.
182 * MIPI-DSI
184 * Added a :ref:`MIPI-DSI api <mipi_dsi_api>`. This is an experimental API,
196 * Added support for enabling/disabling CAN-FD mode at runtime using :c:macro:`CAN_MODE_FD`.
220 * Added support for Provisioners over PB-GATT
231 * Implemented ISO-AL TX unframed fragmentation
232 * Added support for back-to-back receiving of PDUs on nRF5x platforms
249 newly created informational-only callback struct :c:struct:`bt_conn_auth_info_cb`.
[all …]

12