NeilBrown | 27b8324 | 2013-11-01 05:35:00 +0000 | [diff] [blame] | 1 | * Honeywell HMC5843 magnetometer sensor |
| 2 | |
| 3 | Required properties: |
| 4 | |
| 5 | - compatible : should be "honeywell,hmc5843" |
Marek Belisko | cfcd185e | 2014-02-14 14:25:00 +0000 | [diff] [blame] | 6 | Other models which are supported with driver are: |
| 7 | "honeywell,hmc5883" |
| 8 | "honeywell,hmc5883l" |
Josef Gajdusek | 5a059bd | 2014-07-22 16:02:00 +0100 | [diff] [blame] | 9 | "honeywell,hmc5983" |
NeilBrown | 27b8324 | 2013-11-01 05:35:00 +0000 | [diff] [blame] | 10 | - reg : the I2C address of the magnetometer - typically 0x1e |
| 11 | |
| 12 | Optional properties: |
| 13 | |
| 14 | - gpios : should be device tree identifier of the magnetometer DRDY pin |
| 15 | |
| 16 | Example: |
| 17 | |
| 18 | hmc5843@1e { |
| 19 | compatible = "honeywell,hmc5843" |
| 20 | reg = <0x1e>; |
| 21 | }; |