Linux-libre 5.0.10-gnu
[librecmc/linux-libre.git] / Documentation / devicetree / bindings / iio / adc / ltc2497.txt
1 * Linear Technology / Analog Devices LTC2497 ADC
2
3 Required properties:
4  - compatible: Must be "lltc,ltc2497"
5  - reg: Must contain the ADC I2C address
6  - vref-supply: The regulator supply for ADC reference voltage
7
8 Example:
9         ltc2497: adc@76 {
10                 compatible = "lltc,ltc2497";
11                 reg = <0x76>;
12                 vref-supply = <&ltc2497_reg>;
13         };