docs: admin-guide: Fix default value of max_map_count in sysctl/vm.rst
[linux-2.6-microblaze.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 one of:
8                  "bosch,bmc150_magn"
9                  "bosch,bmc156_magn"
10                  "bosch,bmm150"
11                  "bosch,bmm150_magn" (DEPRECATED, use bosch,bmm150)
12   - reg : the I2C address of the magnetometer
13
14 Optional properties:
15
16   - interrupts : interrupt mapping for GPIO IRQ
17
18 Example:
19
20 bmc150_magn@12 {
21         compatible = "bosch,bmc150_magn";
22         reg = <0x12>;
23         interrupt-parent = <&gpio1>;
24         interrupts = <0 1>;
25 };