1* Texas Instruments' ADC0831/ADC0832/ADC0832/ADC0838
2
3Required 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
13Example:
14adc@0 {
15	compatible = "ti,adc0832";
16	reg = <0>;
17	vref-supply = <&vdd_supply>;
18	spi-max-frequency = <200000>;
19};
20