1Freescale MMA8452Q, MMA8453Q, MMA8652FC or MMA8653FC triaxial accelerometer
2
3Required properties:
4
5  - compatible: should contain one of
6    * "fsl,mma8452"
7    * "fsl,mma8453"
8    * "fsl,mma8652"
9    * "fsl,mma8653"
10  - reg: the I2C address of the chip
11
12Optional properties:
13
14  - interrupt-parent: should be the phandle for the interrupt controller
15  - interrupts: interrupt mapping for GPIO IRQ
16
17Example:
18
19	mma8453fc@1d {
20		compatible = "fsl,mma8453";
21		reg = <0x1d>;
22		interrupt-parent = <&gpio1>;
23		interrupts = <5 0>;
24	};
25