cpcap-adc.txt 522 B

123456789101112131415161718
  1. Motorola CPCAP PMIC ADC binding
  2. Required properties:
  3. - compatible: Should be "motorola,cpcap-adc" or "motorola,mapphone-cpcap-adc"
  4. - interrupt-parent: The interrupt controller
  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. Example:
  9. cpcap_adc: adc {
  10. compatible = "motorola,mapphone-cpcap-adc";
  11. interrupt-parent = <&cpcap>;
  12. interrupts = <8 IRQ_TYPE_NONE>;
  13. interrupt-names = "adcdone";
  14. #io-channel-cells = <1>;
  15. };