ak8975.txt 374 B

12345678910111213141516171819
  1. * AsahiKASEI AK8975 magnetometer sensor
  2. Required properties:
  3. - compatible : should be "asahi-kasei,ak8975"
  4. - reg : the I2C address of the magnetometer
  5. Optional properties:
  6. - gpios : should be device tree identifier of the magnetometer DRDY pin
  7. Example:
  8. ak8975@0c {
  9. compatible = "asahi-kasei,ak8975";
  10. reg = <0x0c>;
  11. gpios = <&gpj0 7 0>;
  12. };