1* Linear Technology / Analog Devices LTC2497 ADC 2 3Required 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 8Example: 9 ltc2497: adc@76 { 10 compatible = "lltc,ltc2497"; 11 reg = <0x76>; 12 vref-supply = <<c2497_reg>; 13 }; 14