bc82222fcc
This patch adds support for the Analog Devices / Linear Technology LTC2497 ADCs. The LTC2497 is a 16-channel (eight differential), 16-bit, high precision, delta-sigma ADC with an automatic, differential, input current cancellation front end and a 2-wire, I2C interface. Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
14 lines
325 B
Plaintext
14 lines
325 B
Plaintext
* Linear Technology / Analog Devices LTC2497 ADC
|
|
|
|
Required properties:
|
|
- compatible: Must be "lltc,ltc2497"
|
|
- reg: Must contain the ADC I2C address
|
|
- vref-supply: The regulator supply for ADC reference voltage
|
|
|
|
Example:
|
|
ltc2497: adc@76 {
|
|
compatible = "lltc,ltc2497";
|
|
reg = <0x76>;
|
|
vref-supply = <<c2497_reg>;
|
|
};
|