1* Texas Instruments ADC141S626 and ADC161S626 chips 2 3Required properties: 4 - compatible: Should be "ti,adc141s626" or "ti,adc161s626" 5 - reg: spi chip select number for the device 6 - vdda-supply: supply voltage to VDDA pin 7 8Recommended properties: 9 - spi-max-frequency: Definition as per 10 Documentation/devicetree/bindings/spi/spi-bus.txt 11 12Example: 13adc@0 { 14 compatible = "ti,adc161s626"; 15 vdda-supply = <&vdda_fixed>; 16 reg = <0>; 17 spi-max-frequency = <4300000>; 18}; 19