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
Linux 4.1.18
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
iio
/
magnetometer
/
ak8975.txt
blob
011679f1a4259bd14847207c93361bdc1f3d41af
1
* AsahiKASEI AK8975 magnetometer sensor
2
3
Required properties:
4
5
- compatible : should be "asahi-kasei,ak8975"
6
- reg : the I2C address of the magnetometer
7
8
Optional properties:
9
10
- gpios : should be device tree identifier of the magnetometer DRDY pin
11
12
Example:
13
14
ak8975@0c {
15
compatible = "asahi-kasei,ak8975";
16
reg = <0x0c>;
17
gpios = <&gpj0 7 0>;
18
};