Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates > by-pkgid > 016b7a89e62b9b9c5a1f87ffc09bca31 > files > 2377

kernel-doc-5.3.7-4.mga7.noarch.rpm

* 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>;
};