1* AsahiKASEI AK8975 magnetometer sensor
2
3Required properties:
4
5  - compatible : should be "asahi-kasei,ak8975"
6  - reg : the I2C address of the magnetometer
7
8Optional properties:
9
10  - gpios : should be device tree identifier of the magnetometer DRDY pin
11
12Example:
13
14ak8975@0c {
15        compatible = "asahi-kasei,ak8975";
16        reg = <0x0c>;
17        gpios = <&gpj0 7 0>;
18};
19