max11100.txt 451 B

123456789101112131415161718
  1. * Maxim max11100 Analog to Digital Converter (ADC)
  2. Required properties:
  3. - compatible: Should be "maxim,max11100"
  4. - reg: the adc unit address
  5. - vref-supply: phandle to the regulator that provides reference voltage
  6. Optional properties:
  7. - spi-max-frequency: SPI maximum frequency
  8. Example:
  9. max11100: adc@0 {
  10. compatible = "maxim,max11100";
  11. reg = <0>;
  12. vref-supply = <&adc0_vref>;
  13. spi-max-frequency = <240000>;
  14. };