summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/iio/adc/ad7949.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/iio/adc/ad7949.txt')
-rw-r--r--dts/Bindings/iio/adc/ad7949.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/dts/Bindings/iio/adc/ad7949.txt b/dts/Bindings/iio/adc/ad7949.txt
deleted file mode 100644
index c7f5057356..0000000000
--- a/dts/Bindings/iio/adc/ad7949.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-* Analog Devices AD7949/AD7682/AD7689
-
-Required properties:
- - compatible: Should be one of
- * "adi,ad7949"
- * "adi,ad7682"
- * "adi,ad7689"
- - reg: spi chip select number for the device
- - vref-supply: The regulator supply for ADC reference voltage
-
-Example:
-adc@0 {
- compatible = "adi,ad7949";
- reg = <0>;
- vref-supply = <&vdd_supply>;
-};