Lines Matching +full:thermal +full:- +full:sensor
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/thermal/imx8mm-thermal.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP i.MX8M Mini Thermal
10 - Anson Huang <Anson.Huang@nxp.com>
16 for i.MX8MM which has ONLY 1 sensor, v2 is for i.MX8MP which has
22 - enum:
23 - fsl,imx8mm-tmu
24 - fsl,imx8mp-tmu
25 - items:
26 - const: fsl,imx8mn-tmu
27 - const: fsl,imx8mm-tmu
35 nvmem-cells:
39 nvmem-cell-names:
42 "#thermal-sensor-cells":
44 Number of cells required to uniquely identify the thermal
45 sensors, 0 for ONLY one sensor and 1 for multiple sensors.
47 - 0
48 - 1
51 - compatible
52 - reg
53 - clocks
54 - '#thermal-sensor-cells'
59 - |
60 #include <dt-bindings/clock/imx8mm-clock.h>
62 thermal-sensor@30260000 {
63 compatible = "fsl,imx8mm-tmu";
66 #thermal-sensor-cells = <0>;