Newer
Older
barebox / dts / Bindings / input / fsl-mma8450.txt
@Sascha Hauer Sascha Hauer on 28 Apr 2014 213 bytes Add devicetree source files as of Linux-3.15-rc2
* Freescale MMA8450 3-Axis Accelerometer

Required properties:
- compatible : "fsl,mma8450".
- reg: the I2C address of MMA8450

Example:

accelerometer: mma8450@1c {
	compatible = "fsl,mma8450";
	reg = <0x1c>;
};