Home
last modified time | relevance | path

Searched +full:constant +full:- +full:charge +full:- +full:current +full:- +full:max +full:- +full:microamp (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/dts/bindings/battery/
Dbattery.yaml2 # 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/dts/bindings/charger/
Dti,bq24190.yaml3 # SPDX-License-Identifier: Apache-2.0
8 BQ2419x I2C controlled, 1-Cell, 4.5-A, USB/Adapter Charger with Narrow VDC Power Path Management
18 constant-charge-current-max-microamp = <1000000>;
19 constant-charge-voltage-max-microvolt = <3800000>;
22 include: [battery.yaml, i2c-device.yaml]
27 constant-charge-current-max-microamp:
30 The charge current target for the constant current phase of the charge profile.
34 constant-charge-voltage-max-microvolt:
37 The voltage regulation target for the constant voltage phase of the battery charging profile.
41 ce-gpios:
[all …]
Dti,bq25180.yaml2 # 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.
Dnxp,pf1550-charger.yaml2 # SPDX-License-Identifier: Apache-2.0
8 compatible: "nxp,pf1550-charger"
11 constant-charge-voltage-max-microvolt:
14 constant-charge-current-max-microamp:
17 pf1550,vbus-current-limit-microamp:
21 VBUS current limit in microamperes.
23 pf1550,system-voltage-min-threshold-microvolt:
27 - 3500000
28 - 3700000
29 - 4300000
[all …]
Dmaxim,max20335-charger.yaml2 # 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/tests/drivers/build_all/charger/
Di2c.dtsi3 * 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/boards/norik/octopus_io_board/
Doctopus_io_board_common.dtsi3 * 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/boards/arduino/portenta_h7/
Darduino_portenta_h7_stm32h747xx_m7.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/h7/stm32h747xihx-pinctrl.dtsi>
10 #include "arduino_portenta_h7-common.dtsi"
15 compatible = "arduino,portenta-h7";
21 zephyr,code-partition = &slot0_partition;
22 zephyr,bt-hci = &bt_hci_uart;
26 compatible = "regulator-fixed";
27 regulator-name = "oscen";
28 enable-gpios = <&gpioh 1 GPIO_ACTIVE_HIGH>;
[all …]
/Zephyr-latest/doc/releases/
Dmigration-guide-3.7.rst22 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 …]