162306a36Sopenharmony_ciAB85000 PMIC contains a node, which contains shared 262306a36Sopenharmony_ciinformation about the battery connected to the PMIC. 362306a36Sopenharmony_ciThe node has no compatible property. 462306a36Sopenharmony_ci 562306a36Sopenharmony_ciProperties of this node are: 662306a36Sopenharmony_ci 762306a36Sopenharmony_cithermistor-on-batctrl: 862306a36Sopenharmony_ci A boolean value indicating thermistor interface to battery 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci Note: 1162306a36Sopenharmony_ci 'btemp' and 'batctrl' are the pins interfaced for battery temperature 1262306a36Sopenharmony_ci measurement, 'btemp' signal is used when NTC(negative temperature 1362306a36Sopenharmony_ci coefficient) resister is interfaced external to battery whereas 1462306a36Sopenharmony_ci 'batctrl' pin is used when NTC resister is internal to battery. 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ci Example: 1762306a36Sopenharmony_ci ab8500_battery: ab8500_battery { 1862306a36Sopenharmony_ci thermistor-on-batctrl; 1962306a36Sopenharmony_ci }; 2062306a36Sopenharmony_ci indicates: NTC resister is internal to battery, 'batctrl' is used 2162306a36Sopenharmony_ci for thermal measurement. 2262306a36Sopenharmony_ci 2362306a36Sopenharmony_ci The absence of property 'thermal-on-batctrl' indicates 2462306a36Sopenharmony_ci NTC resister is external to battery and 'btemp' signal is used 2562306a36Sopenharmony_ci for thermal measurement. 2662306a36Sopenharmony_ci 2762306a36Sopenharmony_cibattery-type: 2862306a36Sopenharmony_ci This shall be the battery manufacturing technology type, 2962306a36Sopenharmony_ci allowed types are: 3062306a36Sopenharmony_ci "UNKNOWN" "NiMH" "LION" "LIPO" "LiFe" "NiCd" "LiMn" 3162306a36Sopenharmony_ci Example: 3262306a36Sopenharmony_ci ab8500_battery: ab8500_battery { 3362306a36Sopenharmony_ci stericsson,battery-type = "LIPO"; 3462306a36Sopenharmony_ci } 35