1* Analog Devices AD7949/AD7682/AD7689
2
3Required properties:
4 - compatible: Should be one of
5	* "adi,ad7949"
6	* "adi,ad7682"
7	* "adi,ad7689"
8 - reg: spi chip select number for the device
9 - vref-supply: The regulator supply for ADC reference voltage
10
11Example:
12adc@0 {
13	compatible = "adi,ad7949";
14	reg = <0>;
15	vref-supply = <&vdd_supply>;
16};
17