Searched +full:npm1300 +full:- +full:regulator (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/drivers/regulator/ |
D | Kconfig.npm1300 | 2 # SPDX-License-Identifier: Apache-2.0 5 bool "nPM1300 PMIC regulator driver" 11 Enable the Nordic nPM1300 PMIC regulator driver 16 int "nPM1300 regulator driver init priority (common part)" 19 Init priority for the Nordic nPM1300 regulator driver (common part). 23 int "nPM1300 regulator driver init priority" 26 Init priority for the Nordic nPM1300 regulator driver. It must be
|
D | Kconfig | 2 # SPDX-License-Identifier: Apache-2.0 4 menuconfig REGULATOR config 5 bool "Regulator drivers" 9 if REGULATOR 12 bool "Thread-safe reference counting" 16 When enabled, regulator reference counting is thread-safe. 19 bool "Regulator shell" 22 Enable regulator shell framework, for interacting with regulators via 25 module = REGULATOR 26 module-str = regulator [all …]
|
D | regulator_npm1300.c | 3 * SPDX-License-Identifier: Apache-2.0 12 #include <zephyr/drivers/regulator.h> 13 #include <zephyr/drivers/mfd/npm1300.h> 14 #include <zephyr/dt-bindings/regulator/npm1300.h> 18 /* nPM1300 voltage sources */ 26 /* nPM1300 gpio control channels */ 33 /* nPM1300 regulator base addresses */ 38 /* nPM1300 regulator register offsets */ 53 /* nPM1300 ldsw register offsets */ 62 /* nPM1300 ship register offsets */ [all …]
|
/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> 11 compatible = "nordic,npm1300"; 14 npm1300_ek_gpio: gpio-controller { 15 compatible = "nordic,npm1300-gpio"; 16 gpio-controller; 17 #gpio-cells = <2>; 22 compatible = "nordic,npm1300-regulator"; 26 regulator-min-microvolt = <1000000>; [all …]
|
/Zephyr-latest/dts/bindings/regulator/ |
D | nordic,npm1300-regulator.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 Nordic nPM1300 PMIC 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 [all …]
|
/Zephyr-latest/samples/shields/npm1300_ek/doc/ |
D | index.rst | 1 .. zephyr:code-sample:: npm1300_ek 2 :name: nPM1300 EK 4 Interact with the nPM1300 PMIC using the shell interface. 11 nPM1300 PMIC, including: 13 - Regulators (BUCK1/2, LDO1/2) 14 - GPIO 29 .. zephyr-app-commands:: 30 :zephyr-app: samples/shields/npm1300_ek 36 flashed, you should boot into the shell interface. The ``regulator`` command is 42 The ``regulator`` shell interface provides several subcommand to test [all …]
|
/Zephyr-latest/tests/drivers/build_all/regulator/ |
D | i2c.dtsi | 3 * SPDX-License-Identifier: Apache-2.0 25 compatible = "nordic,npm6001-regulator"; 36 npm1300@2 { 37 compatible = "nordic,npm1300"; 41 compatible = "nordic,npm1300-regulator"; 55 compatible = "adi,adp5360-regulator"; 63 compatible = "x-powers,axp192"; 67 compatible = "x-powers,axp192-regulator"; 84 compatible = "maxim,max20335-regulator"; 98 cirrus,initial-switched-capacitor-mode = "2:1"; [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/include/zephyr/dt-bindings/regulator/ |
D | npm1300.h | 4 * SPDX-License-Identifier: Apache-2.0 11 * @defgroup regulator_npm1300 NPM1300 Devicetree helpers. 17 * @name NPM1300 Regulator modes
|
/Zephyr-latest/samples/shields/npm1300_ek/src/ |
D | main.c | 3 * SPDX-License-Identifier: Apache-2.0 10 #include <zephyr/drivers/regulator.h> 14 #include <zephyr/dt-bindings/regulator/npm1300.h> 15 #include <zephyr/drivers/mfd/npm1300.h> 37 printk("Error: button device %s is not ready\n", button1.port->name); in configure_ui() 43 printk("Error %d: failed to configure %s pin %d\n", ret, button1.port->name, in configure_ui() 48 printk("Set up button at %s pin %d\n", button1.port->name, button1.pin); in configure_ui() 98 printk("I: %s%d.%04d ", ((current.val1 < 0) || (current.val2 < 0)) ? "-" : "", in read_sensors() 101 printk("T: %s%d.%02d\n", ((temp.val1 < 0) || (temp.val2 < 0)) ? "-" : "", abs(temp.val1), in read_sensors() 115 printk("Error: Regulator device is not ready\n"); in main() [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.5.rst | 38 * 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 …]
|
D | release-notes-3.6.rst | 12 * New :ref:`GNSS subsystem <gnss_api>` added, enabling geo-awareness in Zephyr applications. 13 * New API and drivers introduced for interfacing with :ref:`keyboard matrices <gpio-kbd>`. 16 * Integrated Trusted Firmware-M (TF-M) 2.0, including an update to Mbed TLS 3.5.2. 23 * Over 30 new supported boards, spanning all Zephyr-supported architectures. 37 * CVE-2023-5779 `Zephyr project bug tracker GHSA-7cmj-963q-jj47 38 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-7cmj-963q-jj47>`_ 40 * CVE-2023-6249 `Zephyr project bug tracker GHSA-32f5-3p9h-2rqc 41 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-32f5-3p9h-2rqc>`_ 43 * CVE-2023-6749 `Zephyr project bug tracker GHSA-757h-rw37-66hw 44 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-757h-rw37-66hw>`_ [all …]
|
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.4.rst | 20 * 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 …]
|