003 File Manager
Current Path:
/usr/src/sys/contrib/device-tree/Bindings/power/supply
usr
/
src
/
sys
/
contrib
/
device-tree
/
Bindings
/
power
/
supply
/
π
..
π
ab8500
π
act8945a-charger.txt
(1.68 KB)
π
axp20x_ac_power.txt
(606 B)
π
axp20x_battery.txt
(530 B)
π
axp20x_usb_power.txt
(998 B)
π
battery.txt
(130 B)
π
battery.yaml
(4.79 KB)
π
bq2415x.txt
(1.38 KB)
π
bq24190.txt
(1.86 KB)
π
bq24257.txt
(2.18 KB)
π
bq2515x.yaml
(2.43 KB)
π
bq25890.txt
(2.02 KB)
π
bq27xxx.yaml
(2.3 KB)
π
charger-manager.txt
(2.3 KB)
π
cpcap-battery.txt
(1 KB)
π
cpcap-charger.txt
(1.34 KB)
π
cw2015_battery.yaml
(2.38 KB)
π
da9150-charger.txt
(680 B)
π
da9150-fg.txt
(681 B)
π
gpio-charger.txt
(760 B)
π
gpio-charger.yaml
(1.48 KB)
π
ingenic,battery.txt
(930 B)
π
isp1704.txt
(457 B)
π
lego_ev3_battery.txt
(719 B)
π
lp8727_charger.txt
(1.04 KB)
π
lt3651-charger.txt
(1.13 KB)
π
ltc2941.txt
(1.22 KB)
π
max17040_battery.txt
(1.04 KB)
π
max17042_battery.txt
(1.11 KB)
π
max77650-charger.yaml
(992 B)
π
max8903-charger.txt
(858 B)
π
max8925_battery.txt
(480 B)
π
maxim,ds2760.txt
(990 B)
π
maxim,max14656.txt
(472 B)
π
microchip,ucs1002.txt
(805 B)
π
olpc_battery.txt
(108 B)
π
power-supply.yaml
(937 B)
π
power_supply.txt
(88 B)
π
qcom,coincell-charger.txt
(1.14 KB)
π
qcom_smbb.txt
(5.71 KB)
π
rohm,bd99954.yaml
(5.96 KB)
π
rt9455_charger.txt
(1.72 KB)
π
rx51-battery.txt
(772 B)
π
sbs,sbs-battery.yaml
(2.04 KB)
π
sbs,sbs-manager.txt
(1.84 KB)
π
sbs_sbs-charger.txt
(595 B)
π
sc2731_charger.txt
(1.08 KB)
π
sc27xx-fg.txt
(1.96 KB)
π
ti,bq24735.txt
(1.8 KB)
π
tps65090.txt
(397 B)
π
tps65217_charger.txt
(450 B)
π
twl-charger.txt
(905 B)
Editing: bq27xxx.yaml
# SPDX-License-Identifier: GPL-2.0 # Copyright (C) 2020 Texas Instruments Incorporated %YAML 1.2 --- $id: "http://devicetree.org/schemas/power/supply/bq27xxx.yaml#" $schema: "http://devicetree.org/meta-schemas/core.yaml#" title: TI BQ27XXX fuel gauge family maintainers: - Pali RohΓ‘r <pali@kernel.org> - Andrew F. Davis <afd@ti.com> - Sebastian Reichel <sre@kernel.org> description: | Support various Texas Instruments fuel gauge devices that share similar register maps and power supply properties allOf: - $ref: power-supply.yaml# properties: compatible: enum: - ti,bq27200 - ti,bq27210 - ti,bq27500 # deprecated, use revision specific property below - ti,bq27510 # deprecated, use revision specific property below - ti,bq27520 # deprecated, use revision specific property below - ti,bq27500-1 - ti,bq27510g1 - ti,bq27510g2 - ti,bq27510g3 - ti,bq27520g1 - ti,bq27520g2 - ti,bq27520g3 - ti,bq27520g4 - ti,bq27521 - ti,bq27530 - ti,bq27531 - ti,bq27541 - ti,bq27542 - ti,bq27546 - ti,bq27742 - ti,bq27545 - ti,bq27411 - ti,bq27421 - ti,bq27425 - ti,bq27426 - ti,bq27441 - ti,bq27621 - ti,bq27z561 - ti,bq28z610 reg: maxItems: 1 description: integer, I2C address of the fuel gauge. monitored-battery: description: | phandle of battery characteristics node. The fuel gauge uses the following battery properties: - energy-full-design-microwatt-hours - charge-full-design-microamp-hours - voltage-min-design-microvolt Both or neither of the *-full-design-*-hours properties must be set. See Documentation/devicetree/bindings/power/supply/battery.txt power-supplies: true required: - compatible - reg additionalProperties: false examples: - | i2c0 { #address-cells = <1>; #size-cells = <0>; bat: battery { compatible = "simple-battery"; voltage-min-design-microvolt = <3200000>; energy-full-design-microwatt-hours = <5290000>; charge-full-design-microamp-hours = <1430000>; }; bq27510g3: fuel-gauge@55 { compatible = "ti,bq27510g3"; reg = <0x55>; monitored-battery = <&bat>; }; };
Upload File
Create Folder