lineage_kernel_xcoverpro/Documentation/devicetree/bindings/iio/magnetometer/mmc35240.txt

14 lines
242 B
Plaintext
Raw Normal View History

2023-06-18 22:53:49 +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>;
};