aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/iio/temperature/mlx90614.txt
blob: 4c959f3b8663d68fb807beb096c98dd8f019f639 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
* Melexis MLX90614 contactless IR temperature sensor

http://melexis.com/Infrared-Thermometer-Sensors/Infrared-Thermometer-Sensors/MLX90614-615.aspx

Required properties:

  - compatible: should be "melexis,mlx90614"
  - reg: the I2C address of the sensor

Example:

mlx90614@5a {
	compatible = "melexis,mlx90614";
	reg = <0x5a>;
};