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
sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
iio
/
accel
/
dmard06.txt
blob
ce105a12c645747dba77989a647fd104bc472dfc
1
Device tree bindings for Domintech DMARD05, DMARD06, DMARD07 accelerometers
2
3
Required properties:
4
- compatible : Should be "domintech,dmard05"
5
or "domintech,dmard06"
6
or "domintech,dmard07"
7
- reg : I2C address of the chip. Should be 0x1c
8
9
Example:
10
&i2c1 {
11
/* ... */
12
13
accelerometer@1c {
14
compatible = "domintech,dmard06";
15
reg = <0x1c>;
16
};
17
18
/* ... */
19
};