Searched +full:constant +full:- +full:charge +full:- +full:current +full:- +full:max +full:- +full:microamp (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/dts/bindings/battery/ |
D | battery.yaml | 2 # SPDX-License-Identifier: Apache-2.0 11 device-chemistry: 14 The "lithium-ion" value is a blanket type for all lithium-ion batteries. 16 the precise "lithium-ion-X" options. 18 - "nickel-cadmium" 19 - "nickel-metal-hydride" 20 - "lithium-ion" 21 - "lithium-ion-polymer" 22 - "lithium-ion-iron-phosphate" 23 - "lithium-ion-manganese-oxide" [all …]
|
/Zephyr-latest/tests/drivers/build_all/charger/ |
D | i2c.dtsi | 3 * SPDX-License-Identifier: Apache-2.0 15 constant-charge-current-max-microamp = <1000000>; 16 constant-charge-voltage-max-microvolt = <4208000>; 18 ce-gpios = <&test_gpio 0 0>; 27 compatible = "maxim,max20335-charger"; 29 chgin-to-sys-current-limit-microamp = <100000>; 30 constant-charge-voltage-max-microvolt = <4050000>; 31 system-voltage-min-threshold-microvolt = <3600000>; 32 re-charge-threshold-microvolt = <170000>; 33 thermistor-monitoring-mode = "JEITA-2"; [all …]
|
/Zephyr-latest/dts/bindings/charger/ |
D | ti,bq25180.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 BQ25180 I2C Controlled, 1-Cell, 1-A Linear Battery Charger with Power Path 14 constant-charge-current-max-microamp = <500000>; 19 include: [battery.yaml, i2c-device.yaml] 23 constant-charge-current-max-microamp: 27 Charge current set at init time in uA, available range is 5 mA to 800 mA. 29 value. If set to 0 (default) skip setting the charge current value at 32 constant-charge-voltage-max-microvolt: 39 precharge-voltage-threshold-microvolt: 43 Threshold at which voltage to switch to constant current charge.
|
D | ti,bq24190.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 include: [battery.yaml, i2c-device.yaml] 11 constant-charge-current-max-microamp: 14 constant-charge-voltage-max-microvolt: 17 ce-gpios: 18 type: phandle-array 19 description: Active low, charge enable pin
|
D | maxim,max20335-charger.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 compatible: "maxim,max20335-charger" 11 constant-charge-voltage-max-microvolt: 14 - 4050000 15 - 4100000 16 - 4150000 17 - 4200000 18 - 4250000 19 - 4300000 20 - 4350000 [all …]
|
/Zephyr-latest/boards/norik/octopus_io_board/ |
D | octopus_io_board_common.dtsi | 3 * SPDX-License-Identifier: Apache-2.0 5 #include "octopus_io_board_common-pinctrl.dtsi" 9 model = "Norik Octopus IO-Board"; 10 compatible = "norik,octopus-io-board"; 14 zephyr,shell-uart = &uart0; 15 zephyr,uart-mcumgr = &uart0; 25 compatible = "nordic,nrf-twim"; 27 pinctrl-0 = <&i2c0_default>; 28 pinctrl-1 = <&i2c0_sleep>; 29 pinctrl-names = "default", "sleep"; [all …]
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.7.rst | 22 out-of-tree SoCs and boards to be ported to the new model. See the 25 * The following build-time generated headers: 27 .. list-table:: 28 :header-rows: 1 30 * - Affected header files 31 * - ``app_version.h`` 32 * - ``autoconf.h`` 33 * - ``cmake_intdef.h`` 34 * - ``core-isa-dM.h`` 35 * - ``devicetree_generated.h`` [all …]
|