summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/iio/accel/mma8452.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/iio/accel/mma8452.txt')
-rw-r--r--dts/Bindings/iio/accel/mma8452.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/dts/Bindings/iio/accel/mma8452.txt b/dts/Bindings/iio/accel/mma8452.txt
new file mode 100644
index 0000000000..e3c37467d7
--- /dev/null
+++ b/dts/Bindings/iio/accel/mma8452.txt
@@ -0,0 +1,24 @@
+Freescale MMA8452Q, MMA8453Q, MMA8652FC or MMA8653FC triaxial accelerometer
+
+Required properties:
+
+ - compatible: should contain one of
+ * "fsl,mma8452"
+ * "fsl,mma8453"
+ * "fsl,mma8652"
+ * "fsl,mma8653"
+ - reg: the I2C address of the chip
+
+Optional properties:
+
+ - interrupt-parent: should be the phandle for the interrupt controller
+ - interrupts: interrupt mapping for GPIO IRQ
+
+Example:
+
+ mma8453fc@1d {
+ compatible = "fsl,mma8453";
+ reg = <0x1d>;
+ interrupt-parent = <&gpio1>;
+ interrupts = <5 0>;
+ };