Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-client
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / iio / adc / ad7949.txt
1 * Analog Devices AD7949/AD7682/AD7689
2
3 Required 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
11 Example:
12 adc@0 {
13         compatible = "adi,ad7949";
14         reg = <0>;
15         vref-supply = <&vdd_supply>;
16 };