You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
364 B
19 lines
364 B
* 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>;
|
|
};
|
|
|