Searched +full:axp192 +full:- +full:regulator (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-3.5.0/dts/bindings/regulator/ |
D | x-powers,axp192-regulator.yaml | 3 # SPDX -License-Identifier: Apache-2.0 6 AXP192 PMIC 17 compatible = "x-powers,axp192-regulator"; 41 compatible: "x-powers,axp192-regulator" 45 child-binding: 47 - name: regulator.yaml 48 property-allowlist: 49 - regulator-init-microvolt 50 - regulator-min-microvolt 51 - regulator-max-microvolt [all …]
|
/Zephyr-Core-3.5.0/drivers/regulator/ |
D | Kconfig.axp192 | 2 # SPDX -License-Identifier: Apache-2.0 5 bool "X-Power AXP192 PMIC regulator driver" 12 Enable the AXP PMIC regulator driver 17 int "AXP192 regulator driver init priority" 20 Init priority for the axp192 regulator driver. It must be
|
D | Kconfig | 2 # SPDX-License-Identifier: Apache-2.0 4 menuconfig REGULATOR config 5 bool "Regulator drivers" 9 if REGULATOR 12 bool "Thread-safe reference counting" 16 When enabled, regulator reference counting is thread-safe. 19 bool "Regulator shell" 23 Enable regulator shell framework, for interacting with regulators via 26 module = REGULATOR 27 module-str = regulator [all …]
|
D | regulator_axp192.c | 4 * SPDX-License-Identifier: Apache-2.0 13 #include <zephyr/drivers/regulator.h> 16 #include <zephyr/dt-bindings/regulator/axp192.h> 19 #include <zephyr/drivers/mfd/axp192.h> 176 const struct regulator_axp192_config *config = dev->config; in axp192_enable() 179 LOG_INST_DBG(config->log, "Enabling regulator"); in axp192_enable() 180 LOG_INST_DBG(config->log, "[0x%02x]=0x%02x mask=0x%02x", config->desc->enable_reg, in axp192_enable() 181 config->desc->enable_val, config->desc->enable_mask); in axp192_enable() 184 if (config->desc->enable_reg == AXP192_REG_GPIO0_CONTROL) { in axp192_enable() 185 ret = mfd_axp192_gpio_func_ctrl(config->mfd, dev, 0, AXP192_GPIO_FUNC_LDO); in axp192_enable() [all …]
|
/Zephyr-Core-3.5.0/tests/drivers/build_all/regulator/ |
D | i2c.dtsi | 3 * SPDX-License-Identifier: Apache-2.0 25 compatible = "nordic,npm6001-regulator"; 41 compatible = "nordic,npm1300-regulator"; 55 compatible = "adi,adp5360-regulator"; 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 | 4 * SPDX-License-Identifier: Apache-2.0 6 /dts-v1/; 9 #include "m5stack_core2-pinctrl.dtsi" 11 #include <zephyr/dt-bindings/display/ili9xxx.h> 12 #include <zephyr/dt-bindings/regulator/axp192.h> 19 pwr-led = &pwr_led; 20 uart-0 = &uart0; 21 i2c-0 = &i2c0; 30 zephyr,shell-uart = &uart0; 33 zephyr,code-partition = &slot0_partition; [all …]
|
/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/regulator/ |
D | axp192.h | 4 * SPDX-License-Identifier: Apache-2.0 11 * @defgroup regulator_axp192 AXP192 Devicetree helpers. 17 * @name AXP192 Regulator modes
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-3.5.rst | 38 * CVE-2023-3725 `Zephyr project bug tracker GHSA-2g3m-p6c7-8rr3 39 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-2g3m-p6c7-8rr3>`_ 41 * CVE-2023-4257 `Zephyr project bug tracker GHSA-853q-q69w-gf5j 42 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-853q-q69w-gf5j>`_ 44 * CVE-2023-4258 `Zephyr project bug tracker GHSA-m34c-cp63-rwh7 45 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-m34c-cp63-rwh7>`_ 47 * CVE-2023-4259 `Zephyr project bug tracker GHSA-gghm-c696-f4j4 48 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gghm-c696-f4j4>`_ 50 * CVE-2023-4260 `Zephyr project bug tracker GHSA-gj27-862r-55wh 51 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gj27-862r-55wh>`_ [all …]
|