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