Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-client
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / iio / adc / ti-adc0832.txt
1 * Texas Instruments' ADC0831/ADC0832/ADC0832/ADC0838
2
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)
12
13 Example:
14 adc@0 {
15         compatible = "ti,adc0832";
16         reg = <0>;
17         vref-supply = <&vdd_supply>;
18         spi-max-frequency = <200000>;
19 };