1 * Thermal Monitoring Unit (TMU) on Freescale QorIQ SoCs
4 - compatible : Must include "fsl,qoriq-tmu". The version of the device is
5 determined by the TMU IP Block Revision Register (IPBRR0) at
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.
24 compatible = "fsl,qoriq-tmu";
25 reg = <0xf0000 0x1000>;
26 interrupts = <18 2 0 0>;
27 fsl,tmu-range = <0x000a0000 0x00090026 0x0008004a 0x0001006a>;
28 fsl,tmu-calibration = <0x00000000 0x00000025
62 0x00030001 0x0000001d>;