ti-adc108s102.txt 471 B

123456789101112131415161718
  1. * Texas Instruments' ADC108S102 and ADC128S102 ADC chip
  2. Required properties:
  3. - compatible: Should be "ti,adc108s102"
  4. - reg: spi chip select number for the device
  5. - vref-supply: The regulator supply for ADC reference voltage
  6. Recommended properties:
  7. - spi-max-frequency: Definition as per
  8. Documentation/devicetree/bindings/spi/spi-bus.txt
  9. Example:
  10. adc@0 {
  11. compatible = "ti,adc108s102";
  12. reg = <0>;
  13. vref-supply = <&vdd_supply>;
  14. spi-max-frequency = <1000000>;
  15. };