summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/iio/adc/twl4030-madc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/iio/adc/twl4030-madc.txt')
-rw-r--r--dts/Bindings/iio/adc/twl4030-madc.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/dts/Bindings/iio/adc/twl4030-madc.txt b/dts/Bindings/iio/adc/twl4030-madc.txt
new file mode 100644
index 0000000000..6bdd21404b
--- /dev/null
+++ b/dts/Bindings/iio/adc/twl4030-madc.txt
@@ -0,0 +1,24 @@
+* TWL4030 Monitoring Analog to Digital Converter (MADC)
+
+The MADC subsystem in the TWL4030 consists of a 10-bit ADC
+combined with a 16-input analog multiplexer.
+
+Required properties:
+ - compatible: Should contain "ti,twl4030-madc".
+ - interrupts: IRQ line for the MADC submodule.
+ - #io-channel-cells: Should be set to <1>.
+
+Optional properties:
+ - ti,system-uses-second-madc-irq: boolean, set if the second madc irq register
+ should be used, which is intended to be used
+ by Co-Processors (e.g. a modem).
+
+Example:
+
+&twl {
+ madc {
+ compatible = "ti,twl4030-madc";
+ interrupts = <3>;
+ #io-channel-cells = <1>;
+ };
+};