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