Searched full:pmic (Results 1 – 25 of 54) sorted by relevance
123
/Zephyr-Core-3.5.0/dts/bindings/regulator/ |
D | nordic,npm1100.yaml | 5 Nordic nPM1100 PMIC 7 The PMIC has one buck converter. It needs to be defined as a child node, 10 pmic {
|
D | nxp,pca9420.yaml | 5 NXP PCA9420 PMIC 7 The PMIC has two buck converters and two LDOs. All need to be defined as 11 pmic@61 { 37 When enabled, the PMIC will be configured to allow mode selection using 75 description: Voltage output of PMIC controller regulator
|
D | nordic,npm1300-regulator.yaml | 5 Nordic nPM1300 PMIC 7 The PMIC has two buck converters and two LDOs. 12 pmic@6b { 41 List of SOC GPIOs connected to PMIC GPIOs.
|
D | nordic,npm6001-regulator.yaml | 5 Nordic nPM6001 PMIC 7 The PMIC has four buck converters and two LDOs. All need to be defined as 11 pmic@70 {
|
D | x-powers,axp192-regulator.yaml | 6 AXP192 PMIC 8 The PMIC has three DCDC converters and two LDOs (LDO1 cannot be disabled). 13 pmic@34 {
|
D | adi,adp5360-regulator.yaml | 5 Analog Devices ADP3560 PMIC 7 The PMIC has one buck converter and one buck-boost converter. Both need to be 11 pmic@46 {
|
/Zephyr-Core-3.5.0/drivers/mfd/ |
D | Kconfig.npm1300 | 5 bool "nPM1300 PMIC multi-function device driver" 10 Enable the Nordic nPM1300 PMIC multi-function device driver
|
D | Kconfig.npm6001 | 5 bool "nPM6001 PMIC multi-function device driver" 10 Enable the Nordic nPM6001 PMIC multi-function device driver
|
D | Kconfig.axp192 | 5 bool "AXP192 PMIC multi-function device driver" 10 Enable the X-Powers AXP192 PMIC multi-function device driver
|
/Zephyr-Core-3.5.0/drivers/regulator/ |
D | Kconfig.npm1100 | 5 bool "nPM1100 PMIC regulator driver" 9 Enable the Nordic nPM1100 PMIC regulator driver
|
D | Kconfig.adp5360 | 5 bool "ADP5360 PMIC regulator driver" 10 Enable the Analog Devices ADP5360 PMIC regulator driver
|
D | Kconfig.npm6001 | 5 bool "nPM6001 PMIC regulator driver" 11 Enable the Nordic nPM6001 PMIC regulator driver
|
D | Kconfig.axp192 | 5 bool "X-Power AXP192 PMIC regulator driver" 12 Enable the AXP PMIC regulator driver
|
D | Kconfig.npm1300 | 5 bool "nPM1300 PMIC regulator driver" 11 Enable the Nordic nPM1300 PMIC regulator driver
|
D | Kconfig.pca9420 | 5 bool "NXP PCA9420 PMIC regulator driver" 10 Enable the NXP PCA9420 PMIC regulator driver
|
/Zephyr-Core-3.5.0/dts/bindings/mfd/ |
D | nordic,npm1300.yaml | 18 pmic-int-pin: 20 description: Pmic pin number for interrupt output
|
/Zephyr-Core-3.5.0/samples/shields/npm1300_ek/doc/ |
D | index.rst | 11 nPM1300 PMIC, including: 37 provided to test the PMIC. Below you can find details for each subcommand. 43 the regulators embedded in the PMIC. Below you can find some command examples.
|
/Zephyr-Core-3.5.0/samples/shields/npm1300_ek/src/ |
D | main.c | 30 static const struct device *pmic = DEVICE_DT_GET(DT_NODELABEL(npm1300_ek_pmic)); variable 63 if (!device_is_ready(pmic)) { in configure_events() 64 printk("Pmic device not ready.\n"); in configure_events() 73 mfd_npm1300_add_callback(pmic, &event_cb); in configure_events() 128 /* Update PMIC LED if button state has changed */ in main()
|
/Zephyr-Core-3.5.0/samples/shields/npm6001_ek/doc/ |
D | index.rst | 11 by the nPM6001 PMIC, including: 43 provided to test the PMIC. Below you can find details for each subcommand. 49 the regulators embedded in the PMIC (BUCK0/1/2/3 and LDO0/1). Below you can 117 GPIO functionality offered by the PMIC. Below you can find some command 158 Watchdog functionality offered by the PMIC. Below you can find some command
|
/Zephyr-Core-3.5.0/boards/shields/npm1100_ek/doc/ |
D | index.rst | 10 Power Management Integrated Circuit (PMIC). 27 | PMIC Pin | Arduino Pin |
|
/Zephyr-Core-3.5.0/boards/shields/npm1100_ek/ |
D | npm1100_ek.overlay | 7 npm1100_ek_pmic: pmic {
|
/Zephyr-Core-3.5.0/boards/shields/npm1300_ek/ |
D | npm1300_ek.overlay | 10 npm1300_ek_pmic: pmic@6b { 71 label = "Pmic button switch 0";
|
/Zephyr-Core-3.5.0/samples/shields/npm1300_ek/ |
D | nrf52dk_nrf52832.overlay | 22 pmic-int-pin = <3>;
|
/Zephyr-Core-3.5.0/boards/shields/npm1300_ek/doc/ |
D | index.rst | 10 Power Management Integrated Circuit (PMIC).
|
/Zephyr-Core-3.5.0/soc/arm/nordic_nrf/nrf91/ |
D | Kconfig.soc | 22 # the nRF9120 SoC and additional components like PMIC, FEM, and XTAL,
|
123