Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates > by-pkgid > d909c99a57c977a8dedb70fad1c8aa1a > files > 2707

kernel-linus-doc-5.10.14-1.mga7.noarch.rpm

* PNI RM3100 3-axis magnetometer sensor

Required properties:

- compatible : should be "pni,rm3100"
- reg : the I2C address or SPI chip select number of the sensor.

Optional properties:

- interrupts: data ready (DRDY) from the chip.
  The interrupts can be triggered on level high.

Example:

rm3100: rm3100@20 {
	compatible = "pni,rm3100";
	reg = <0x20>;
	interrupt-parent = <&gpio0>;
	interrupts = <4 IRQ_TYPE_LEVEL_HIGH>;
};