dt-bindings: iio: temperature: Add bindings for TSYS01 temperature sensor
Add device tree bindings for Measurement Specialties TSYS01 temperature sensor Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
55eaac2b99
commit
7b34697e96
|
@ -0,0 +1,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>;
|
||||
};
|
Loading…
Reference in New Issue