hmc5843.txt 476 B

12345678910111213141516171819202122
  1. * Honeywell HMC5843 magnetometer sensor
  2. Required properties:
  3. - compatible : should be "honeywell,hmc5843"
  4. Other models which are supported with driver are:
  5. "honeywell,hmc5883"
  6. "honeywell,hmc5883l"
  7. "honeywell,hmc5983"
  8. - reg : the I2C address of the magnetometer - typically 0x1e
  9. Optional properties:
  10. - gpios : should be device tree identifier of the magnetometer DRDY pin
  11. Example:
  12. hmc5843@1e {
  13. compatible = "honeywell,hmc5843"
  14. reg = <0x1e>;
  15. };