1 * Thermal Monitoring Unit (TMU) on Freescale QorIQ SoCs
4 - compatible : Must include "fsl,qoriq-tmu" or "fsl,imx8mq-tmu". The
5 version of the device is determined by the TMU IP Block Revision
6 Register (IPBRR0) at offset 0x0BF8.
7 Table of correspondences between IPBRR0 values and example chips:
11 - reg : Address range of TMU registers.
12 - interrupts : Contains the interrupt for TMU.
13 - fsl,tmu-range : The values to be programmed into TTRnCR, as specified by
14 the SoC reference manual. The first cell is TTR0CR, the second is
16 - fsl,tmu-calibration : A list of cell pairs containing temperature
17 calibration data, as specified by the SoC reference manual.
18 The first cell of each pair is the value to be written to TTCFGR,
19 and the second is the value to be written to TSCFGR.
20 - #thermal-sensor-cells : Must be 1. The sensor specifier is the monitoring
21 site ID, and represents the "n" in TRITSRn and TRATSRn.
24 - little-endian : If present, the TMU registers are little endian. If absent,
25 the default is big endian.
26 - clocks : the clock for clocking the TMU silicon.
31 compatible = "fsl,qoriq-tmu";
32 reg = <0xf0000 0x1000>;
33 interrupts = <18 2 0 0>;
34 fsl,tmu-range = <0x000a0000 0x00090026 0x0008004a 0x0001006a>;
35 fsl,tmu-calibration = <0x00000000 0x00000025
69 0x00030001 0x0000001d>;
70 #thermal-sensor-cells = <1>;