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: bq25890.txt
Binding for TI bq25890 Li-Ion Charger This driver will support the bq25892, the bq25896 and the bq25890. There are other ICs in the same family but those have not been tested. Required properties: - compatible: Should contain one of the following: * "ti,bq25890" * "ti,bq25892" * "ti,bq25895" * "ti,bq25896" - reg: integer, i2c address of the device. - interrupts: interrupt line; - ti,battery-regulation-voltage: integer, maximum charging voltage (in uV); - ti,charge-current: integer, maximum charging current (in uA); - ti,termination-current: integer, charge will be terminated when current in constant-voltage phase drops below this value (in uA); - ti,precharge-current: integer, maximum charge current during precharge phase (in uA); - ti,minimum-sys-voltage: integer, when battery is charging and it is below minimum system voltage, the system will be regulated above minimum-sys-voltage setting (in uV); - ti,boost-voltage: integer, VBUS voltage level in boost mode (in uV); - ti,boost-max-current: integer, maximum allowed current draw in boost mode (in uA). Optional properties: - ti,boost-low-freq: boolean, if present boost mode frequency will be 500kHz, otherwise 1.5MHz; - ti,use-ilim-pin: boolean, if present the ILIM resistor will be used and the input current will be the lower between the resistor setting and the IINLIM register setting; - ti,thermal-regulation-threshold: integer, temperature above which the charge current is lowered, to avoid overheating (in degrees Celsius). If omitted, the default setting will be used (120 degrees); Example: bq25890 { compatible = "ti,bq25890"; reg = <0x6a>; interrupt-parent = <&gpio1>; interrupts = <16 IRQ_TYPE_EDGE_FALLING>; ti,battery-regulation-voltage = <4200000>; ti,charge-current = <1000000>; ti,termination-current = <50000>; ti,precharge-current = <128000>; ti,minimum-sys-voltage = <3600000>; ti,boost-voltage = <5000000>; ti,boost-max-current = <1000000>; ti,use-ilim-pin; ti,thermal-regulation-threshold = <120>; };
Upload File
Create Folder