]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - Bindings/iio/magnetometer/ak8975.txt
Bring in Ian Campbell's pruned dts repo.
[FreeBSD/FreeBSD.git] / Bindings / iio / magnetometer / ak8975.txt
1 * AsahiKASEI AK8975 magnetometer sensor
2
3 Required properties:
4
5   - compatible : should be "asahi-kasei,ak8975"
6   - reg : the I2C address of the magnetometer
7
8 Optional properties:
9
10   - gpios : should be device tree identifier of the magnetometer DRDY pin
11
12 Example:
13
14 ak8975@0c {
15         compatible = "asahi-kasei,ak8975";
16         reg = <0x0c>;
17         gpios = <&gpj0 7 0>;
18 };