OSDN Git Service

4c959f3b8663d68fb807beb096c98dd8f019f639
[uclinux-h8/linux.git] / Documentation / devicetree / bindings / iio / temperature / mlx90614.txt
1 * Melexis MLX90614 contactless IR temperature sensor
2
3 http://melexis.com/Infrared-Thermometer-Sensors/Infrared-Thermometer-Sensors/MLX90614-615.aspx
4
5 Required properties:
6
7   - compatible: should be "melexis,mlx90614"
8   - reg: the I2C address of the sensor
9
10 Example:
11
12 mlx90614@5a {
13         compatible = "melexis,mlx90614";
14         reg = <0x5a>;
15 };