1 Motorola CPCAP PMIC ADC binding
4 - compatible: Should be "motorola,cpcap-adc" or "motorola,mapphone-cpcap-adc"
5 - interrupts: The interrupt number for the ADC device
6 - interrupt-names: Should be "adcdone"
7 - #io-channel-cells: Number of cells in an IIO specifier
12 compatible = "motorola,mapphone-cpcap-adc";
13 interrupt-parent = <&cpcap>;
14 interrupts = <8 IRQ_TYPE_NONE>;
15 interrupt-names = "adcdone";
16 #io-channel-cells = <1>;