| 
     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 = <<c2497_reg>;
   13         };
Cache object: 64f5a6ac83cc9c8134907e5b4acd96f8 
 
 |