Lines Matching +full:thermal +full:- +full:calibration
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/thermal/qoriq-thermal.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Thermal Monitoring Unit (TMU) on Freescale QorIQ SoCs
10 - Shawn Guo <shawnguo@kernel.org>
11 - Sascha Hauer <s.hauer@pengutronix.de>
12 - Fabio Estevam <festevam@gmail.com>
14 $ref: thermal-sensor.yaml#
23 ---------- -----
26 - fsl,qoriq-tmu
27 - fsl,imx8mq-tmu
35 fsl,tmu-range:
36 $ref: /schemas/types.yaml#/definitions/uint32-array
43 fsl,tmu-calibration:
44 $ref: /schemas/types.yaml#/definitions/uint32-matrix
46 A list of cell pairs containing temperature calibration data, as
52 - description: value for TTCFGR
53 - description: value for TSCFGR
57 little-endian:
66 "#thermal-sensor-cells":
70 - compatible
71 - reg
72 - interrupts
73 - fsl,tmu-range
74 - fsl,tmu-calibration
79 - |
81 compatible = "fsl,qoriq-tmu";
84 fsl,tmu-range = <0x000a0000 0x00090026 0x0008004a 0x0001006a>;
85 fsl,tmu-calibration = <0x00000000 0x00000025>,
117 #thermal-sensor-cells = <1>;