ti-adc161s626.txt 393 B

1234567891011121314151617
  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. Recommended properties:
  6. - spi-max-frequency: Definition as per
  7. Documentation/devicetree/bindings/spi/spi-bus.txt
  8. Example:
  9. adc@0 {
  10. compatible = "ti,adc161s626";
  11. reg = <0>;
  12. spi-max-frequency = <4300000>;
  13. };