Searched +full:charged +full:- +full:gpios (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | adc-battery.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/power/supply/adc-battery.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sebastian Reichel <sre@kernel.org> 24 - $ref: power-supply.yaml# 28 const: adc-battery 30 charged-gpios: 32 GPIO which signals that the battery is fully charged. The GPIO is 36 io-channels: [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6ull-uti260b.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 2 // Copyright (C) 2022-2024 Sebastian Reichel <sre@kernel.org> 4 /dts-v1/; 6 #include <dt-bindings/gpio/gpio.h> 7 #include <dt-bindings/input/input.h> 8 #include <dt-bindings/clock/imx6ul-clock.h> 9 #include <dt-bindings/leds/common.h> 12 model = "UNI-T UTi260B Thermal Camera"; 13 compatible = "uni-t,uti260b", "fsl,imx6ull"; 16 stdout-path = "serial0:115200n8"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | tps65910.txt | 4 - compatible: "ti,tps65910" or "ti,tps65911" 5 - reg: I2C slave address 6 - interrupts: the interrupt outputs of the controller 7 - #gpio-cells: number of cells to describe a GPIO, this should be 2. 10 - gpio-controller: mark the device as a GPIO controller 11 - #interrupt-cells: the number of cells to describe an IRQ, this should be 2. 14 Documentation/devicetree/bindings/interrupt-controller/interrupts.txt 15 - regulators: This is the list of child nodes that specify the regulator 20 The regulator is matched with the regulator-compatible. 22 The valid regulator-compatible values are: [all …]
|
/freebsd/sys/arm/allwinner/ |
H A D | axp209.c | 1 /*- 2 * Copyright (c) 2015-2016 Emmanuel Vadot <manu@freebsd.org> 29 * X-Power AXP209/AXP211 PMU for Allwinner SoCs 525 .value_convert = -(AXP209_TEMPMON_MIN - AXP209_0C_TO_K), 589 .value_convert = -(AXP221_TEMPMON_MIN - AXP209_0C_TO_K), 622 { "x-powers,axp209", AXP209 }, 623 { "x-powers,axp221", AXP221 }, 629 { -1, 0, 0 } 632 #define AXP_LOCK(sc) mtx_lock(&(sc)->mtx) 633 #define AXP_UNLOCK(sc) mtx_unlock(&(sc)->mtx) [all …]
|
H A D | axp81x.c | 1 /*- 28 * X-Powers AXP803/813/818 PMU for Allwinner SoCs 193 #define AXP_BAP_CAP_WARN_LV1BASE 5 /* 5-20%, 1% per step */ 215 { "x-powers,axp803", AXP803 }, 216 { "x-powers,axp813", AXP813 }, 217 { "x-powers,axp818", AXP813 }, 223 { -1, 0 } 527 .name = "ldo-io0", 540 .name = "ldo-io1", 706 #define AXP_LOCK(sc) mtx_lock(&(sc)->mtx) [all …]
|