Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
[cascardo/linux.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
7 Recommended properties:
8  - spi-max-frequency: Definition as per
9                 Documentation/devicetree/bindings/spi/spi-bus.txt
10
11 Example:
12 adc@0 {
13         compatible = "ti,adc161s626";
14         reg = <0>;
15         spi-max-frequency = <4300000>;
16 };