Merge remote-tracking branches 'asoc/topic/wm8960', 'asoc/topic/wm8978' and 'asoc...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / iio / adc / ti-adc161s626.txt
1 * Texas Instruments ADC141S626 and ADC161S626 chips
2
3 Required properties:
4  - compatible: Should be "ti,adc141s626" or "ti,adc161s626"
5  - reg: spi chip select number for the device
6  - vdda-supply: supply voltage to VDDA pin
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,adc161s626";
15         vdda-supply = <&vdda_fixed>;
16         reg = <0>;
17         spi-max-frequency = <4300000>;
18 };