ti-adc161s626.txt 466 B

123456789101112131415161718
  1. * Texas Instruments ADC141S626 and ADC161S626 chips
  2. Required properties:
  3. - compatible: Should be "ti,adc141s626" or "ti,adc161s626"
  4. - reg: spi chip select number for the device
  5. - vdda-supply: supply voltage to VDDA pin
  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,adc161s626";
  12. vdda-supply = <&vdda_fixed>;
  13. reg = <0>;
  14. spi-max-frequency = <4300000>;
  15. };