Searched full:axp192 (Results 1 – 21 of 21) sorted by relevance
/Zephyr-Core-3.5.0/drivers/gpio/ |
D | Kconfig.axp192 | 5 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
|
D | Kconfig | 72 source "drivers/gpio/Kconfig.axp192"
|
D | gpio_axp192.c | 18 #include <zephyr/drivers/mfd/axp192.h>
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/mfd/ |
D | axp192.h | 41 * @brief Maximum number of GPIOs supported by AXP192 PMIC. 46 * @defgroup mdf_interface_axp192 MFD AXP192 interface 53 * of AXP192 feature various functions (see @ref axp192_gpio_func for details). 57 * @param dev axp192 mfd device 72 * @param dev axp192 mfd device 82 * @brief Enable pull-down on specified GPIO pin. AXP192 only supports 85 * @param dev axp192 mfd device 98 * @param dev axp192 mfd device 111 * @param dev axp192 mfd device 121 * @param dev axp192 mfd device
|
/Zephyr-Core-3.5.0/drivers/regulator/ |
D | Kconfig.axp192 | 5 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
|
D | Kconfig | 30 source "drivers/regulator/Kconfig.axp192"
|
D | regulator_axp192.c | 16 #include <zephyr/dt-bindings/regulator/axp192.h> 19 #include <zephyr/drivers/mfd/axp192.h>
|
/Zephyr-Core-3.5.0/dts/bindings/regulator/ |
D | x-powers,axp192-regulator.yaml | 6 AXP192 PMIC 17 compatible = "x-powers,axp192-regulator"; 41 compatible: "x-powers,axp192-regulator" 65 Initial operating mode. AXP192 supports 2 different power modes:
|
/Zephyr-Core-3.5.0/dts/bindings/mfd/ |
D | x-powers,axp192.yaml | 4 description: X-Powers AXP192 6 compatible: "x-powers,axp192"
|
/Zephyr-Core-3.5.0/drivers/mfd/ |
D | Kconfig.axp192 | 5 bool "AXP192 PMIC multi-function device driver" 10 Enable the X-Powers AXP192 PMIC multi-function device driver
|
D | Kconfig | 21 source "drivers/mfd/Kconfig.axp192"
|
D | mfd_axp192.c | 11 #include <zephyr/drivers/mfd/axp192.h> 24 /* AXP192 GPIO register addresses */ 142 /* Check if axp192 chip is available */ in mfd_axp192_init()
|
/Zephyr-Core-3.5.0/dts/bindings/gpio/ |
D | x-powers,axp192-gpio.yaml | 6 compatible: "x-powers,axp192-gpio" 18 Number of GPIOs available on axp192.
|
/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/regulator/ |
D | axp192.h | 11 * @defgroup regulator_axp192 AXP192 Devicetree helpers. 17 * @name AXP192 Regulator modes
|
/Zephyr-Core-3.5.0/tests/drivers/build_all/regulator/ |
D | i2c.dtsi | 62 axp192@4 { 63 compatible = "x-powers,axp192"; 67 compatible = "x-powers,axp192-regulator";
|
/Zephyr-Core-3.5.0/boards/xtensa/m5stack_core2/ |
D | m5stack_core2.dts | 12 #include <zephyr/dt-bindings/regulator/axp192.h> 101 axp192_pmic: axp192@34 { 102 compatible = "x-powers,axp192"; 107 compatible = "x-powers,axp192-regulator"; 139 compatible = "x-powers,axp192-gpio";
|
/Zephyr-Core-3.5.0/tests/drivers/build_all/gpio/ |
D | app.overlay | 185 test_i2c_axp192: axp192@24 { 186 compatible = "x-powers,axp192"; 190 compatible = "x-powers,axp192-gpio";
|
/Zephyr-Core-3.5.0/boards/xtensa/m5stickc_plus/ |
D | m5stickc_plus.dts | 80 /* IMU MPU-6886, RTC BM8563, PMU AXP192 */
|
/Zephyr-Core-3.5.0/boards/xtensa/m5stack_core2/doc/ |
D | index.rst | 18 - PMU AXP192 50 .. _PMU-AXP192: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/AXP192_da…
|
/Zephyr-Core-3.5.0/boards/xtensa/m5stickc_plus/doc/ |
D | index.rst | 18 - PMU AXP192
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-3.5.rst | 654 * Added support for AXP192 PMIC 1978 * :dtcompatible:`x-powers,axp192` 1979 * :dtcompatible:`x-powers,axp192-gpio` 1980 * :dtcompatible:`x-powers,axp192-regulator`
|