Home
last modified time | relevance | path

Searched full:axp192 (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/drivers/gpio/
DKconfig.axp1925 bool "AXP192 GPIO driver"
12 Enable the AXP192 GPIO driver.
15 int "AXP192 GPIO driver initialization priority"
19 Initialization priority for the AXP192 GPIO driver. It must be
DKconfig104 source "drivers/gpio/Kconfig.axp192"
Dgpio_axp192.c18 #include <zephyr/drivers/mfd/axp192.h>
/Zephyr-latest/include/zephyr/drivers/mfd/
Daxp192.h41 * @brief Maximum number of GPIOs supported by AXP192 PMIC.
46 * @defgroup mdf_interface_axp192 MFD AXP192 interface
48 * Pins of AXP192 support several different functions. The mfd interface offers
65 * of AXP192 feature various functions (see @ref axp192_gpio_func for details).
69 * @param dev axp192 mfd device
84 * @param dev axp192 mfd device
94 * @brief Enable pull-down on specified GPIO pin. AXP192 only supports
97 * @param dev axp192 mfd device
110 * @param dev axp192 mfd device
123 * @param dev axp192 mfd device
[all …]
/Zephyr-latest/drivers/regulator/
DKconfig.axp1925 bool "X-Power AXP192 PMIC regulator driver"
17 int "AXP192 regulator driver init priority"
20 Init priority for the axp192 regulator driver. It must be
DKconfig29 source "drivers/regulator/Kconfig.axp192"
Dregulator_axp192.c16 #include <zephyr/dt-bindings/regulator/axp192.h>
19 #include <zephyr/drivers/mfd/axp192.h>
/Zephyr-latest/dts/bindings/gpio/
Dx-powers,axp192-gpio.yaml4 description: AXP192 GPIO Controller
17 compatible: "x-powers,axp192-gpio"
29 Number of GPIOs available on axp192.
/Zephyr-latest/dts/bindings/regulator/
Dx-powers,axp192-regulator.yaml6 AXP192 PMIC
17 compatible = "x-powers,axp192-regulator";
41 compatible: "x-powers,axp192-regulator"
66 Initial operating mode. AXP192 supports 2 different power modes:
/Zephyr-latest/drivers/mfd/
DKconfig.axp1925 bool "AXP192 PMIC multi-function device driver"
10 Enable the X-Powers AXP192 PMIC multi-function device driver
DKconfig23 source "drivers/mfd/Kconfig.axp192"
Dmfd_axp192.c11 #include <zephyr/drivers/mfd/axp192.h>
24 /* AXP192 GPIO register addresses */
157 /* Check if axp192 chip is available */ in mfd_axp192_init()
/Zephyr-latest/include/zephyr/dt-bindings/regulator/
Daxp192.h11 * @defgroup regulator_axp192 AXP192 Devicetree helpers.
17 * @name AXP192 Regulator modes
/Zephyr-latest/dts/bindings/mfd/
Dx-powers,axp192.yaml4 description: X-Powers AXP192
6 compatible: "x-powers,axp192"
/Zephyr-latest/boards/m5stack/m5stickc_plus/
Dm5stickc_plus_procpu.dts11 #include <zephyr/dt-bindings/regulator/axp192.h>
119 /* IMU MPU-6886, RTC BM8563, PMU AXP192 */
129 axp192_pmic: axp192@34 {
130 compatible = "x-powers,axp192";
135 compatible = "x-powers,axp192-regulator";
159 compatible = "x-powers,axp192-gpio";
/Zephyr-latest/tests/drivers/build_all/regulator/
Di2c.dtsi62 axp192@4 {
63 compatible = "x-powers,axp192";
67 compatible = "x-powers,axp192-regulator";
/Zephyr-latest/boards/m5stack/m5stack_core2/
Dm5stack_core2_procpu.dts13 #include <zephyr/dt-bindings/regulator/axp192.h>
131 axp192_pmic: axp192@34 {
132 compatible = "x-powers,axp192";
137 compatible = "x-powers,axp192-regulator";
169 compatible = "x-powers,axp192-gpio";
/Zephyr-latest/tests/drivers/build_all/gpio/
Dapp.overlay240 test_i2c_axp192: axp192@d {
241 compatible = "x-powers,axp192";
245 compatible = "x-powers,axp192-gpio";
/Zephyr-latest/boards/m5stack/m5stack_core2/doc/
Dindex.rst15 - PMU AXP192
41 .. _PMU-AXP192: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/AXP192_da…
86 (:dtcompatible:`x-powers,axp192-regulator`).
/Zephyr-latest/boards/m5stack/m5stickc_plus/doc/
Dindex.rst15 - PMU AXP192
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst657 * Added support for AXP192 PMIC
1981 * :dtcompatible:`x-powers,axp192`
1982 * :dtcompatible:`x-powers,axp192-gpio`
1983 * :dtcompatible:`x-powers,axp192-regulator`
Drelease-notes-3.7.rst980 * Added option to disable N_VBUSEN for :dtcompatible:`x-powers,axp192`.
1061 :dtcompatible:`nordic,npm6001-regulator` and :dtcompatible:`x-powers,axp192-regulator`
1066 * Fixed control of DCDC2 output for :dtcompatible:`x-powers,axp192-regulator`.
Drelease-notes-3.6.rst572 * Fixed init priority for :dtcompatible:`x-powers,axp192-regulator`.