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