:orphan:
.. raw:: html
.. dtcompatible:: ist,tsic-xx6
.. _dtbinding_ist_tsic_xx6:
ist,tsic-xx6
############
Vendor: :ref:`Innovative Sensor Technology IST AG `
.. note::
An implementation of a driver matching this compatible is available in
:zephyr_file:`drivers/sensor/tsic_xx6/tsic_xx6.c`.
Description
***********
.. code-block:: none
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
**********
.. tabs::
.. group-tab:: Node specific properties
Properties not inherited from the base binding file.
.. list-table::
:widths: 1 1 4
:header-rows: 1
* - Name
- Type
- Details
* - ``pwms``
- ``phandle-array``
- .. code-block:: none
Reference to a PWM instance with PWM capture support.
This property is **required**.
* - ``lower-temperature-limit``
- ``int``
- .. code-block:: none
Lowest temperature supported by the device in celsius degrees.
This property is **required**.
* - ``higher-temperature-limit``
- ``int``
- .. code-block:: none
Highest temperature supported by the device in celsius degrees.
This property is **required**.
* - ``data-bits``
- ``int``
- .. code-block:: none
Data bits per reading.
This property is **required**.
Legal values: ``11``, ``14``
.. group-tab:: Deprecated node specific properties
Deprecated properties not inherited from the base binding file.
(None)
.. group-tab:: Base properties
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)