Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / Documentation / devicetree / bindings / iio / magnetometer / ak8975.txt
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 };