| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/thermal/st,stm32-thermal.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: STMicroelectronics STM32 digital thermal sensor (DTS) binding |
| - Pascal Paillet <p.paillet@foss.st.com> |
| - "#thermal-sensor-cells" |
| additionalProperties: false |
| #include <dt-bindings/interrupt-controller/arm-gic.h> |
| #include <dt-bindings/clock/stm32mp1-clks.h> |
| compatible = "st,stm32-thermal"; |
| reg = <0x50028000 0x100>; |
| #thermal-sensor-cells = <0>; |
| interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>; |
| cpu_thermal: cpu-thermal { |
| polling-delay-passive = <0>; |
| thermal-sensors = <&dts>; |