summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/iio/temperature/tsys01.txt
blob: 0d5cc5595d0cd589ac32992a9df4ab4b66c747d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
* TSYS01 - Measurement Specialties temperature sensor

Required properties:

	- compatible: should be "meas,tsys01"
	- reg: I2C address of the sensor (changeable via CSB pin)

		------------------------
		| CSB | Device Address |
		------------------------
		   1         0x76
		   0	     0x77

Example:

tsys01@76 {
	compatible = "meas,tsys01";
	reg = <0x76>;
};