]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/iio/adc/ti-adc084s021.txt
Merge tag 'renesas-fixes4-for-v4.13' of https://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / Documentation / devicetree / bindings / iio / adc / ti-adc084s021.txt
1 * Texas Instruments' ADC084S021
2
3 Required properties:
4  - compatible        : Must be "ti,adc084s021"
5  - reg               : SPI chip select number for the device
6  - vref-supply       : The regulator supply for ADC reference voltage
7  - spi-cpol          : Per spi-bus bindings
8  - spi-cpha          : Per spi-bus bindings
9  - spi-max-frequency : Per spi-bus bindings
10
11 Example:
12 adc@0 {
13         compatible = "ti,adc084s021";
14         reg = <0>;
15         vref-supply = <&adc_vref>;
16         spi-cpol;
17         spi-cpha;
18         spi-max-frequency = <16000000>;
19 };