Merge tag 'iio-for-3.17b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23...
[firefly-linux-kernel-4.4.55.git] / Documentation / devicetree / bindings / iio / magnetometer / hmc5843.txt
1 * Honeywell HMC5843 magnetometer sensor
2
3 Required properties:
4
5   - compatible : should be "honeywell,hmc5843"
6   Other models which are supported with driver are:
7         "honeywell,hmc5883"
8         "honeywell,hmc5883l"
9   - reg : the I2C address of the magnetometer - typically 0x1e
10
11 Optional properties:
12
13   - gpios : should be device tree identifier of the magnetometer DRDY pin
14
15 Example:
16
17 hmc5843@1e {
18         compatible = "honeywell,hmc5843"
19         reg = <0x1e>;
20 };