blob: 8e191eef014e6112696b3c82678fb20dbe3dc553 [file] [log] [blame]
NeilBrown27b83242013-11-01 05:35:00 +00001* Honeywell HMC5843 magnetometer sensor
2
3Required properties:
4
5 - compatible : should be "honeywell,hmc5843"
Marek Beliskocfcd185e2014-02-14 14:25:00 +00006 Other models which are supported with driver are:
7 "honeywell,hmc5883"
8 "honeywell,hmc5883l"
Josef Gajdusek5a059bd2014-07-22 16:02:00 +01009 "honeywell,hmc5983"
NeilBrown27b83242013-11-01 05:35:00 +000010 - reg : the I2C address of the magnetometer - typically 0x1e
11
12Optional properties:
13
14 - gpios : should be device tree identifier of the magnetometer DRDY pin
15
16Example:
17
18hmc5843@1e {
19 compatible = "honeywell,hmc5843"
20 reg = <0x1e>;
21};