Home
last modified time | relevance | path

Searched +full:charged +full:- +full:gpios (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dadc-battery.yaml1 # 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/Bindings/mfd/
H A Dtps65910.txt4 - 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 Daxp209.c1 /*-
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 Daxp81x.c1 /*-
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 …]