Merge tag 'powerpc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / adc / ti-adc0832.txt
blobd91130587d016ab8e88cb193e8e787188a251435
1 * Texas Instruments' ADC0831/ADC0832/ADC0832/ADC0838
3 Required properties:
4  - compatible: Should be one of
5         * "ti,adc0831"
6         * "ti,adc0832"
7         * "ti,adc0834"
8         * "ti,adc0838"
9  - reg: spi chip select number for the device
10  - vref-supply: The regulator supply for ADC reference voltage
11  - spi-max-frequency: Max SPI frequency to use (< 400000)
13 Example:
14 adc@0 {
15         compatible = "ti,adc0832";
16         reg = <0>;
17         vref-supply = <&vdd_supply>;
18         spi-max-frequency = <200000>;