1 * Maxim max11100 Analog to Digital Converter (ADC)
4 - compatible: Should be "maxim,max11100"
5 - reg: the adc unit address
6 - vref-supply: phandle to the regulator that provides reference voltage
9 - spi-max-frequency: SPI maximum frequency
14 compatible = "maxim,max11100";
16 vref-supply = <&adc0_vref>;
17 spi-max-frequency = <240000>;