ti-adc0832.txt 460 B

12345678910111213141516171819
  1. * Texas Instruments' ADC0831/ADC0832/ADC0832/ADC0838
  2. Required properties:
  3. - compatible: Should be one of
  4. * "ti,adc0831"
  5. * "ti,adc0832"
  6. * "ti,adc0834"
  7. * "ti,adc0838"
  8. - reg: spi chip select number for the device
  9. - vref-supply: The regulator supply for ADC reference voltage
  10. - spi-max-frequency: Max SPI frequency to use (< 400000)
  11. Example:
  12. adc@0 {
  13. compatible = "ti,adc0832";
  14. reg = <0>;
  15. vref-supply = <&vdd_supply>;
  16. spi-max-frequency = <200000>;
  17. };