iio: temperature: add support for Maxim thermocouple chips
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / magnetometer / hmc5843.txt
blob8e191eef014e6112696b3c82678fb20dbe3dc553
1 * Honeywell HMC5843 magnetometer sensor
3 Required properties:
5   - compatible : should be "honeywell,hmc5843"
6   Other models which are supported with driver are:
7         "honeywell,hmc5883"
8         "honeywell,hmc5883l"
9         "honeywell,hmc5983"
10   - reg : the I2C address of the magnetometer - typically 0x1e
12 Optional properties:
14   - gpios : should be device tree identifier of the magnetometer DRDY pin
16 Example:
18 hmc5843@1e {
19         compatible = "honeywell,hmc5843"
20         reg = <0x1e>;