Searched full:pca9420 (Results 1 – 11 of 11) sorted by relevance
5 bool "NXP PCA9420 PMIC regulator driver"10 Enable the NXP PCA9420 PMIC regulator driver15 int "NXP PCA9420 regulator driver init priority (common part)"18 Init priority for the NXP PCA9420 regulator driver (common part). It22 int "NXP PCA9420 regulator driver init priority"25 Init priority for the NXP PCA9420 regulator driver. It must be
41 source "drivers/regulator/Kconfig.pca9420"
13 #include <zephyr/drivers/regulator/pca9420.h>
10 pca9420@0 {11 compatible = "nxp,pca9420";
14 * @defgroup regulator_parent_pca9420 PCA9420 Utilities.
5 NXP PCA9420 PMIC29 compatible: "nxp,pca9420"
215 /* PCA9420 PMIC */225 pca9420: pca9420@61 { label226 compatible = "nxp,pca9420";
35 #define NODE_PCA9420 DT_NODELABEL(pca9420)40 static const struct device *pca9420 = DEVICE_DT_GET(NODE_PCA9420); variable131 ret = regulator_parent_dvs_state_set(pca9420, pmic_mode); in board_pmic_change_mode()
226 /* PCA9420 PMIC */235 pca9420: pca9420@61 { label236 compatible = "nxp,pca9420";
569 * Added ASYS UVLO configuration for :dtcompatible:`nxp,pca9420`.
875 * Refactored NXP PCA9420 driver to align with the new API.1366 - :dtcompatible:`nxp,pca9420`