aboutsummaryrefslogtreecommitdiff
path: root/Bindings/iio/adc/ti-adc084s021.txt
blob: 4259e50620bcd5dc5d97fcea7218250886c74d04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
* Texas Instruments' ADC084S021

Required properties:
 - compatible        : Must be "ti,adc084s021"
 - reg               : SPI chip select number for the device
 - vref-supply       : The regulator supply for ADC reference voltage
 - spi-cpol          : Per spi-bus bindings
 - spi-cpha          : Per spi-bus bindings
 - spi-max-frequency : Per spi-bus bindings

Example:
adc@0 {
	compatible = "ti,adc084s021";
	reg = <0>;
	vref-supply = <&adc_vref>;
	spi-cpol;
	spi-cpha;
	spi-max-frequency = <16000000>;
};