1 * Maxim 1x3x/136x/116xx Analog to Digital Converter (ADC)
3 The node for this driver must be a child node of a I2C controller, hence
4 all mandatory properties for your controller must be specified. See directory:
6 Documentation/devicetree/bindings/i2c
11 - compatible: Should be one of
50 - reg: Should contain the ADC I2C address
53 - vcc-supply: phandle to the regulator that provides power to the ADC.
54 - vref-supply: phandle to the regulator for ADC reference voltage.
55 - interrupts: IRQ line for the ADC. If not used the driver will use
60 compatible = "maxim,max11644";
62 vref-supply = <&adc_vref>;