1 * Palmas general purpose ADC IP block devicetree bindings
5 1 battery temp NTC (optional current source)
7 3 temp (with ext. diode, optional current source)
12 8 Backup Battery voltage
13 9 external charger (VCHG)
15 11 DC-DC current probe (how does this work?)
22 - compatible : Must be "ti,palmas-gpadc".
23 - #io-channel-cells: Should be set to <1>.
26 ti,channel0-current-microamp: Channel 0 current in uA.
27 Values are rounded to derive 0uA, 5uA, 15uA, 20uA.
28 ti,channel3-current-microamp: Channel 3 current in uA.
29 Values are rounded to derive 0uA, 10uA, 400uA, 800uA.
30 ti,enable-extended-delay: Enable extended delay.
35 compatible = "ti,twl6035-pmic", "ti,palmas-pmic";
38 compatible = "ti,palmas-gpadc";
42 #io-channel-cells = <1>;
43 ti,channel0-current-microamp = <5>;
44 ti,channel3-current-microamp = <10>;