summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/power/bq2477x-charger.txt
blob: 6f9eee6a943f3bca2fe4e70e3e887b00f7a750be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
bq2477x charger
~~~~~~~~~~~~~~~

Required properties :
 - compatible : should contain "ti,bq2477x".
 - ti,dac-ichg : Charge current that must be programmed
 - ti,dac-v : The maximum charge voltage that must be programmed
 - ti,dac-minsv : The minimum System voltage that must be programmed
 - ti,dac-iin : The input current that must be programmed
 - ti,wdt-refresh-timeout : watch dog timer that must be programmed

Example:

	bq2477x@6a {
		compatible = "ti,bq2477x";
		reg = <0x6a>;
		ti,dac-ichg = <2240>;
		ti,dac-v = <9008>;
		ti,dac-minsv = <4608>;
		ti,dac-iin = <4992>;
		ti,wdt-refresh-timeout = <40>;
	 };