| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/thermal/st,stih407-thermal.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: STMicroelectronics STi digital thermal sensor (DTS) |
| - Patrice Chotard <patrice.chotard@foss.st.com> |
| - Lee Jones <lee@kernel.org> |
| - $ref: thermal-sensor.yaml |
| const: st,stih407-thermal |
| For thermal sensors for which no interrupt has been defined, a polling |
| delay of 1000ms will be used to read the temperature from device. |
| unevaluatedProperties: false |
| #include <dt-bindings/interrupt-controller/arm-gic.h> |
| temperature-sensor@91a0000 { |
| compatible = "st,stih407-thermal"; |
| interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>; |
| #thermal-sensor-cells = <0>; |