Home
last modified time | relevance | path

Searched +full:lithium +full:- +full:ion (Results 1 – 5 of 5) 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/tests/drivers/build_all/fuel_gauge/
Dapp.overlay3 * SPDX-License-Identifier: Apache-2.0
6 #include <zephyr/dt-bindings/i2c/i2c.h>
10 #address-cells = <1>;
11 #size-cells = <1>;
15 gpio-controller;
17 #gpio-cells = <0x2>;
22 #address-cells = <1>;
23 #size-cells = <0>;
27 clock-frequency = <I2C_BITRATE_STANDARD>;
35 #io-channel-cells = <1>;
[all …]
/Zephyr-latest/tests/drivers/build_all/sensor/
Dadc.dtsi5 * SPDX-License-Identifier: Apache-2.0
10 #include <zephyr/dt-bindings/battery/battery.h>
16 io-channels = <&test_adc 0>;
21 compatible = "voltage-divider";
22 io-channels = <&test_adc 1>;
23 io-channel-names = "VOLTAGE";
24 output-ohms = <47000>; /* R1 */
25 full-ohms = <(100000 + 47000)>; /* R2 + R1 */
26 power-gpios = <&test_gpio 0 0>;
31 compatible = "current-sense-amplifier";
[all …]
/Zephyr-latest/boards/adafruit/feather_stm32f405/doc/
Dindex.rst9 with a lithium ion battery charger, native USB C connector, 2MB of
15 - STM32F405 Cortex M4 with FPU and 1MB Flash, 168MHz speed
16 - 192KB RAM total - 128 KB RAM + 64 KB program-only/cache RAM
17 - USB C power and data
18 - LiPo connector and charger
19 - SD socket on the bottom, connected to SDIO port
20 - 2 MB SPI Flash chip
21 - Built in NeoPixel indicator
22 - I2C, UART, GPIO, ADCs, DACs
23 - Qwiic/STEMMA-QT connector for fast I2C connectivity
[all …]
/Zephyr-latest/boards/nordic/thingy53/
Dthingy53_nrf5340_common.dtsi4 * SPDX-License-Identifier: Apache-2.0
6 #include "thingy53_nrf5340_common-pinctrl.dtsi"
7 #include <zephyr/dt-bindings/input/input-event-codes.h>
8 #include <zephyr/dt-bindings/battery/battery.h>
12 zephyr,bt-hci-ipc = &ipc0;
13 zephyr,bt-hci = &bt_hci_ipc0;
14 nordic,802154-spinel-ipc = &ipc0;
19 compatible = "gpio-keys";
33 compatible = "gpio-leds";
49 compatible = "pwm-leds";
[all …]