linuxOS_D21X/source/linux-5.10/Documentation/devicetree/bindings/iio/magnetometer/mmc35240.txt

14 lines
242 B
Plaintext
Raw Normal View History

2024-11-29 08:13:19 +00:00
* MEMSIC MMC35240 magnetometer sensor
Required properties:
- compatible : should be "memsic,mmc35240"
- reg : the I2C address of the magnetometer
Example:
mmc35240@30 {
compatible = "memsic,mmc35240";
reg = <0x30>;
};