blob: 0b96e5737d3a569ca4acfec137cc6870d1b56880 [file] [log] [blame]
Shawn Guo71ff0692011-07-31 19:56:10 -07001* Freescale MMA8450 3-Axis Accelerometer
2
3Required properties:
4- compatible : "fsl,mma8450".
Fabio Estevamd7858de2012-06-10 14:24:08 -03005- reg: the I2C address of MMA8450
Shawn Guo71ff0692011-07-31 19:56:10 -07006
7Example:
8
9accelerometer: mma8450@1c {
10 compatible = "fsl,mma8450";
11 reg = <0x1c>;
12};