ltc2497.txt 325 B

12345678910111213
  1. * Linear Technology / Analog Devices LTC2497 ADC
  2. Required properties:
  3. - compatible: Must be "lltc,ltc2497"
  4. - reg: Must contain the ADC I2C address
  5. - vref-supply: The regulator supply for ADC reference voltage
  6. Example:
  7. ltc2497: adc@76 {
  8. compatible = "lltc,ltc2497";
  9. reg = <0x76>;
  10. vref-supply = <&ltc2497_reg>;
  11. };