repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
input
/
fsl-mma8450.txt
blob
0b96e5737d3a569ca4acfec137cc6870d1b56880
1
* Freescale MMA8450 3-Axis Accelerometer
2
3
Required properties:
4
- compatible : "fsl,mma8450".
5
- reg: the I2C address of MMA8450
6
7
Example:
8
9
accelerometer: mma8450@1c {
10
compatible = "fsl,mma8450";
11
reg = <0x1c>;
12
};