]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/iio/adc/ti-adc108s102.txt
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...
[karo-tx-linux.git] / Documentation / devicetree / bindings / iio / adc / ti-adc108s102.txt
1 * Texas Instruments' ADC108S102 and ADC128S102 ADC chip
2
3 Required properties:
4  - compatible: Should be "ti,adc108s102"
5  - reg: spi chip select number for the device
6  - vref-supply: The regulator supply for ADC reference voltage
7
8 Recommended properties:
9  - spi-max-frequency: Definition as per
10                 Documentation/devicetree/bindings/spi/spi-bus.txt
11
12 Example:
13 adc@0 {
14         compatible = "ti,adc108s102";
15         reg = <0>;
16         vref-supply = <&vdd_supply>;
17         spi-max-frequency = <1000000>;
18 };