]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/iio/accel/mma8452.txt
Merge remote-tracking branch 'access_once/linux-next'
[karo-tx-linux.git] / Documentation / devicetree / bindings / iio / accel / mma8452.txt
1 Freescale MMA8452Q, MMA8453Q, MMA8652FC or MMA8653FC triaxial accelerometer
2
3 Required 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
12 Optional properties:
13
14   - interrupt-parent: should be the phandle for the interrupt controller
15   - interrupts: interrupt mapping for GPIO IRQ
16
17 Example:
18
19         mma8453fc@1d {
20                 compatible = "fsl,mma8453";
21                 reg = <0x1d>;
22                 interrupt-parent = <&gpio1>;
23                 interrupts = <5 0>;
24         };