···11+Binding for Nokia N900 battery22+33+The Nokia N900 battery status can be read via the TWL4030's A/D converter.44+55+Required properties:66+- compatible: Should contain one of the following:77+ * "nokia,n900-battery"88+- io-channels: Should contain IIO channel specifiers99+ for each element in io-channel-names.1010+- io-channel-names: Should contain the following values:1111+ * "temp" - The ADC channel for temperature reading1212+ * "bsi" - The ADC channel for battery size identification1313+ * "vbat" - The ADC channel to measure the battery voltage1414+1515+Example from Nokia N900:1616+1717+battery: n900-battery {1818+ compatible = "nokia,n900-battery";1919+ io-channels = <&twl4030_madc 0>,2020+ <&twl4030_madc 4>,2121+ <&twl4030_madc 12>;2222+ io-channel-names = "temp",2323+ "bsi",2424+ "vbat";2525+};