1 * Texas Instruments' ads124s08 and ads124s06 ADC chip
7 - reg : spi chip select number for the device
9 Recommended properties:
10 - spi-max-frequency : Definition as per
11 Documentation/devicetree/bindings/spi/spi-bus.txt
12 - spi-cpha : Definition as per
13 Documentation/devicetree/bindings/spi/spi-bus.txt
16 - reset-gpios : GPIO pin used to reset the device.
20 compatible = "ti,ads124s08";
22 spi-max-frequency = <1000000>;
24 reset-gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;