ti-adc128s052.txt 490 B

12345678910111213141516171819
  1. * Texas Instruments' ADC128S052 and ADC122S021 ADC chip
  2. Required properties:
  3. - compatible: Should be "ti,adc128s052" or "ti,adc122s021"
  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,adc128s052";
  12. reg = <0>;
  13. vref-supply = <&vdd_supply>;
  14. spi-max-frequency = <1000000>;
  15. };