1Motorola CPCAP PMIC ADC binding
2
3Required properties:
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
8
9Example:
10
11cpcap_adc: adc {
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>;
17};
18