mmc35240.txt 242 B

12345678910111213
  1. * MEMSIC MMC35240 magnetometer sensor
  2. Required properties:
  3. - compatible : should be "memsic,mmc35240"
  4. - reg : the I2C address of the magnetometer
  5. Example:
  6. mmc35240@30 {
  7. compatible = "memsic,mmc35240";
  8. reg = <0x30>;
  9. };