summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/iio/accel/mma8452.txt
blob: c3bc272e2030486c6d3eb8dc5303f0c7e21ee04f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Freescale MMA8452Q or MMA8453Q triaxial accelerometer

Required properties:

  - compatible: should contain one of
    * "fsl,mma8452"
    * "fsl,mma8453"
  - 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>;
	};
OpenPOWER on IntegriCloud