iio:magnetometer:hmc5843 - add basic dt support
[platform/adaptation/renesas_rcar/renesas_kernel.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   - reg : the I2C address of the magnetometer - typically 0x1e
7
8 Optional properties:
9
10   - gpios : should be device tree identifier of the magnetometer DRDY pin
11
12 Example:
13
14 hmc5843@1e {
15         compatible = "honeywell,hmc5843"
16         reg = <0x1e>;
17 };