Merge tag 'for-linus' of git://github.com/openrisc/linux
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / iio / magnetometer / bmc150_magn.txt
1 * Bosch BMC150 magnetometer sensor
2
3 http://ae-bst.resource.bosch.com/media/products/dokumente/bmc150/BST-BMC150-DS000-04.pdf
4
5 Required properties:
6
7   - compatible : should be "bosch,bmc150_magn"
8   - reg : the I2C address of the magnetometer
9
10 Optional properties:
11
12   - interrupts : interrupt mapping for GPIO IRQ
13
14 Example:
15
16 bmc150_magn@12 {
17         compatible = "bosch,bmc150_magn";
18         reg = <0x12>;
19         interrupt-parent = <&gpio1>;
20         interrupts = <0 1>;
21 };