1* Texas Instruments' ADC084S021
2
3Required 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
11Example:
12adc@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};
20