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 - Shawn Guo <[email protected]>
11 - Sascha Hauer <[email protected]>
12 - Fabio Estevam <[email protected]>
18 for i.MX8MM which has ONLY 1 sensor, v2 is for i.MX8MP which has
21 $ref: thermal-sensor.yaml#
26 - enum:
27 - fsl,imx8mm-tmu
28 - fsl,imx8mp-tmu
29 - items:
30 - const: fsl,imx8mn-tmu
31 - const: fsl,imx8mm-tmu
39 nvmem-cells:
43 nvmem-cell-names:
46 "#thermal-sensor-cells":
48 Number of cells required to uniquely identify the thermal
49 sensors, 0 for ONLY one sensor and 1 for multiple sensors.
51 - 0
52 - 1
55 - compatible
56 - reg
57 - clocks
62 - |
63 #include <dt-bindings/clock/imx8mm-clock.h>
65 thermal-sensor@30260000 {
66 compatible = "fsl,imx8mm-tmu";
69 #thermal-sensor-cells = <0>;