Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/contrib/device-tree/Bindings/iio/adc/cpcap-adc.txt
48406 views
1
Motorola CPCAP PMIC ADC binding
2
3
Required 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
9
Example:
10
11
cpcap_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
19