ist,tsic-xx6
Vendor: Innovative Sensor Technology IST AG
Description
TSic xx6 temperature sensor.
https://www.ist-ag.com/sites/default/files/downloads/ATTSic_E.pdf
Example:
tsic_716: tsic_716 {
status = "okay";
compatible = "ist,tsic-xx6";
pwms = <&pwm2 1 PWM_USEC(5) PWM_POLARITY_NORMAL>;
data-bits = <14>;
lower-temperature-limit = <(-10)>;
higher-temperature-limit = <60>;
};
Properties
Properties not inherited from the base binding file.
Name |
Type |
Details |
---|---|---|
|
|
Reference to a PWM instance with PWM capture support.
This property is required. |
|
|
Lowest temperature supported by the device in celcius degrees.
This property is required. |
|
|
Highest temperature supported by the device in celcius degrees.
This property is required. |
|
|
Data bits per reading.
This property is required. Legal values: |
Deprecated properties not inherited from the base binding file.
(None)
Properties inherited from the base binding file, which defines common properties that may be set on many nodes. Not all of these may apply to the “ist,tsic-xx6” compatible.
(None)