Searched full:npm6001 (Results 1 – 25 of 25) sorted by relevance
/Zephyr-Core-3.5.0/samples/shields/npm6001_ek/doc/ |
D | index.rst | 3 nPM6001 EK sample 11 by the nPM6001 PMIC, including: 24 :alt: nRF52840DK + nPM6001-EK wiring example 27 nRF52840DK + nPM6001-EK wiring example 42 flashed, you should boot into the shell interface. The ``npm6001`` command is 48 The ``npm6001`` shell interface provides the ``regulator`` subcommand to test 55 npm6001 regulator list 66 npm6001 regulator voltages BUCK2 76 npm6001 regulator enable BUCK3 78 npm6001 regulator disable BUCK3 [all …]
|
/Zephyr-Core-3.5.0/boards/shields/npm6001_ek/doc/ |
D | index.rst | 3 nPM6001 EK 9 The nPM6001 EK lets you test different functions and features of the nPM6001 13 :alt: nPM6001 EK 16 nPM6001 EK 21 The nPM6001 EK board is not designed to fit straight into an Arduino connector. 37 - `nPM6001 EK Manual <https://infocenter.nordicsemi.com/topic/ug_npm6001_ek/UG/nPM6001_EK/intro.htm…
|
/Zephyr-Core-3.5.0/drivers/watchdog/ |
D | Kconfig.npm6001 | 5 bool "nPM6001 Watchdog driver" 11 Enable nPM6001 Watchdog driver 14 int "nPM6001 Watchdog driver initialization priority" 18 Initialization priority for the nPM6001 Watchdog driver.
|
D | wdt_npm6001.c | 16 /* nPM6001 Watchdog related registers */ 28 /* nPM6001 WDTRIGGERVALUEx ms/LSB, min/max values */ 33 /* nPM6001 WDPWRUPVALUE fields */
|
D | Kconfig | 95 source "drivers/watchdog/Kconfig.npm6001"
|
/Zephyr-Core-3.5.0/drivers/gpio/ |
D | Kconfig.npm6001 | 5 bool "nPM6001 GPIO driver" 11 Enable the nPM6001 GPIO driver. 14 int "nPM6001 GPIO driver initialization priority" 18 Initialization priority for the nPM6001 GPIO driver.
|
D | gpio_npm6001.c | 13 #include <zephyr/dt-bindings/gpio/nordic-npm6001-gpio.h> 18 /* nPM6001 GPIO related registers */
|
D | Kconfig | 192 source "drivers/gpio/Kconfig.npm6001"
|
/Zephyr-Core-3.5.0/drivers/regulator/ |
D | Kconfig.npm6001 | 5 bool "nPM6001 PMIC regulator driver" 11 Enable the Nordic nPM6001 PMIC regulator driver 14 int "nPM6001 regulator driver init priority" 18 Init priority for the Nordic nPM6001 regulator driver.
|
D | Kconfig | 37 source "drivers/regulator/Kconfig.npm6001"
|
D | regulator_npm6001.c | 12 #include <zephyr/dt-bindings/regulator/npm6001.h> 17 /* nPM6001 voltage sources */ 27 /* nPM6001 regulator related registers */ 53 /* nPM6001 LDO0VOUT values */ 61 /* nPM6001 BUCKXCONFPWMMODE fields */ 66 /* nPM6001 OVERRIDEPWRUPBUCK fields */
|
/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/gpio/ |
D | nordic-npm6001-gpio.h | 10 * @brief nPM6001-specific GPIO Flags 11 * @defgroup gpio_interface_npm6001 nPM6001-specific GPIO Flags 24 * @name nPM6001 GPIO drive strength flags 25 * @brief nPM6001 GPIO drive strength flags 42 * @name nPM6001 GPIO drive strength flags 43 * @brief nPM6001 GPIO drive strength flags
|
/Zephyr-Core-3.5.0/boards/shields/npm6001_ek/ |
D | npm6001_ek.overlay | 8 compatible = "nordic,npm6001"; 12 compatible = "nordic,npm6001-gpio"; 19 compatible = "nordic,npm6001-wdt"; 23 compatible = "nordic,npm6001-regulator";
|
/Zephyr-Core-3.5.0/dts/bindings/watchdog/ |
D | nordic,npm6001-wdt.yaml | 4 description: nPM6001 Watchdog 6 compatible: "nordic,npm6001-wdt"
|
/Zephyr-Core-3.5.0/drivers/mfd/ |
D | Kconfig.npm6001 | 5 bool "nPM6001 PMIC multi-function device driver" 10 Enable the Nordic nPM6001 PMIC multi-function device driver
|
D | mfd_npm6001.c | 13 /* nPM6001 registers */ 18 /* nPM6001 BUCKMODEPADCONF fields */ 26 /* nPM6001 PADDRIVESTRENGTH fields */
|
D | Kconfig | 24 source "drivers/mfd/Kconfig.npm6001"
|
/Zephyr-Core-3.5.0/dts/bindings/gpio/ |
D | nordic,npm6001-gpio.yaml | 4 description: nPM6001 GPIO Controller 6 compatible: "nordic,npm6001-gpio"
|
/Zephyr-Core-3.5.0/dts/bindings/regulator/ |
D | nordic,npm6001-regulator.yaml | 5 Nordic nPM6001 PMIC 15 compatible = "nordic,npm6001-regulator"; 38 compatible: "nordic,npm6001-regulator"
|
/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/regulator/ |
D | npm6001.h | 11 * @defgroup regulator_npm6001 NPM6001 Devicetree helpers. 17 * @name NPM6001 Regulator modes
|
/Zephyr-Core-3.5.0/tests/drivers/build_all/regulator/ |
D | i2c.dtsi | 20 npm6001@1 { 21 compatible = "nordic,npm6001"; 25 compatible = "nordic,npm6001-regulator";
|
/Zephyr-Core-3.5.0/dts/bindings/mfd/ |
D | nordic,npm6001.yaml | 4 description: Nordic nPM6001 6 compatible: "nordic,npm6001"
|
/Zephyr-Core-3.5.0/samples/shields/npm6001_ek/ |
D | sample.yaml | 5 name: nPM6001 EK
|
/Zephyr-Core-3.5.0/samples/shields/npm6001_ek/src/ |
D | main.c | 12 #include <zephyr/dt-bindings/gpio/nordic-npm6001-gpio.h> 13 #include <zephyr/dt-bindings/regulator/npm6001.h> 50 printk("nPM6001 GPIO device not ready\n"); in main() 55 printk("nPM6001 Watchdog device not ready\n"); in main() 62 printk("nPM6001 %s regulator device not ready\n", in main() 507 SHELL_CMD_REGISTER(npm6001, &sub_npm6001_cmds, "nPM6001 commands", NULL);
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-3.3.rst | 588 * nPM6001 EK 756 * Added driver for nPM6001 PMIC GPIOs 876 * Added support for nPM6001 PMIC (LDO and BUCK converters). 1005 * Added driver for nPM6001 PMIC Watchdog. 1342 - :dtcompatible:`nordic,npm6001` 1343 - :dtcompatible:`nordic,npm6001-gpio` 1344 - :dtcompatible:`nordic,npm6001-regulator` 1345 - :dtcompatible:`nordic,npm6001-wdt`
|