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
iio: temperature: add support for Maxim thermocouple chips
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
iio
/
magnetometer
/
mmc35240.txt
blob
a01235c7fa151b31a98821f634eba98bd7dc9232
1
* MEMSIC MMC35240 magnetometer sensor
2
3
Required properties:
4
5
- compatible : should be "memsic,mmc35240"
6
- reg : the I2C address of the magnetometer
7
8
Example:
9
10
mmc35240@30 {
11
compatible = "memsic,mmc35240";
12
reg = <0x30>;
13
};