ti-adc084s021.txt 511 B

12345678910111213141516171819
  1. * Texas Instruments' ADC084S021
  2. Required properties:
  3. - compatible : Must be "ti,adc084s021"
  4. - reg : SPI chip select number for the device
  5. - vref-supply : The regulator supply for ADC reference voltage
  6. - spi-cpol : Per spi-bus bindings
  7. - spi-cpha : Per spi-bus bindings
  8. - spi-max-frequency : Per spi-bus bindings
  9. Example:
  10. adc@0 {
  11. compatible = "ti,adc084s021";
  12. reg = <0>;
  13. vref-supply = <&adc_vref>;
  14. spi-cpol;
  15. spi-cpha;
  16. spi-max-frequency = <16000000>;
  17. };