summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/iio/adc/ti-adc084s021.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/iio/adc/ti-adc084s021.txt')
-rw-r--r--dts/Bindings/iio/adc/ti-adc084s021.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/dts/Bindings/iio/adc/ti-adc084s021.txt b/dts/Bindings/iio/adc/ti-adc084s021.txt
new file mode 100644
index 0000000000..4259e50620
--- /dev/null
+++ b/dts/Bindings/iio/adc/ti-adc084s021.txt
@@ -0,0 +1,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>;
+};