blob: a11072c5a8660d362958995a6fd27123c296b2fa [file] [log] [blame]
Enric Balletbo i Serra8e97a882015-09-24 21:44:20 +02001TPS65217 Charger
2
3Required Properties:
4-compatible: "ti,tps65217-charger"
Milo Kimb1164692016-12-09 15:28:32 +09005-interrupts: TPS65217 interrupt numbers for the AC and USB charger input change.
6 Should be <0> for the USB charger and <1> for the AC adapter.
7-interrupt-names: Should be "USB" and "AC"
Enric Balletbo i Serra8e97a882015-09-24 21:44:20 +02008
9This node is a subnode of the tps65217 PMIC.
10
11Example:
12
13 tps65217-charger {
Milo Kimb1164692016-12-09 15:28:32 +090014 compatible = "ti,tps65217-charger";
15 interrupts = <0>, <1>;
16 interrupt-names = "USB", "AC";
Enric Balletbo i Serra8e97a882015-09-24 21:44:20 +020017 };