iio: temperature: add support for Maxim thermocouple chips
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / magnetometer / bmc150_magn.txt
blob9f263b7df162802b5ea97d2b95d92ed3fd72b8ac
1 * Bosch BMC150 magnetometer sensor
3 http://ae-bst.resource.bosch.com/media/products/dokumente/bmc150/BST-BMC150-DS000-04.pdf
5 Required properties:
7   - compatible : should be "bosch,bmc150_magn"
8   - reg : the I2C address of the magnetometer
10 Optional properties:
12   - interrupt-parent : phandle to the parent interrupt controller
13   - interrupts : interrupt mapping for GPIO IRQ
15 Example:
17 bmc150_magn@12 {
18         compatible = "bosch,bmc150_magn";
19         reg = <0x12>;
20         interrupt-parent = <&gpio1>;
21         interrupts = <0 1>;