Searched full:axp192 (Results 1 – 23 of 23) sorted by relevance
/Zephyr-latest/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 | 104 source "drivers/gpio/Kconfig.axp192"
|
D | gpio_axp192.c | 18 #include <zephyr/drivers/mfd/axp192.h>
|
/Zephyr-latest/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 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/ |
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 | 29 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-latest/dts/bindings/gpio/ |
D | x-powers,axp192-gpio.yaml | 4 description: AXP192 GPIO Controller 17 compatible: "x-powers,axp192-gpio" 29 Number of GPIOs available on axp192.
|
/Zephyr-latest/dts/bindings/regulator/ |
D | x-powers,axp192-regulator.yaml | 6 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/ |
D | Kconfig.axp192 | 5 bool "AXP192 PMIC multi-function device driver" 10 Enable the X-Powers AXP192 PMIC multi-function device driver
|
D | Kconfig | 23 source "drivers/mfd/Kconfig.axp192"
|
D | mfd_axp192.c | 11 #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/ |
D | axp192.h | 11 * @defgroup regulator_axp192 AXP192 Devicetree helpers. 17 * @name AXP192 Regulator modes
|
/Zephyr-latest/dts/bindings/mfd/ |
D | x-powers,axp192.yaml | 4 description: X-Powers AXP192 6 compatible: "x-powers,axp192"
|
/Zephyr-latest/boards/m5stack/m5stickc_plus/ |
D | m5stickc_plus_procpu.dts | 11 #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/ |
D | i2c.dtsi | 62 axp192@4 { 63 compatible = "x-powers,axp192"; 67 compatible = "x-powers,axp192-regulator";
|
/Zephyr-latest/boards/m5stack/m5stack_core2/ |
D | m5stack_core2_procpu.dts | 13 #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/ |
D | app.overlay | 240 test_i2c_axp192: axp192@d { 241 compatible = "x-powers,axp192"; 245 compatible = "x-powers,axp192-gpio";
|
/Zephyr-latest/boards/m5stack/m5stack_core2/doc/ |
D | index.rst | 15 - 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/ |
D | index.rst | 15 - PMU AXP192
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.5.rst | 657 * Added support for AXP192 PMIC 1981 * :dtcompatible:`x-powers,axp192` 1982 * :dtcompatible:`x-powers,axp192-gpio` 1983 * :dtcompatible:`x-powers,axp192-regulator`
|
D | release-notes-3.7.rst | 980 * 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`.
|
D | release-notes-3.6.rst | 572 * Fixed init priority for :dtcompatible:`x-powers,axp192-regulator`.
|