Lines Matching +full:qoriq +full:- +full:tmu
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 - Anson Huang <Anson.Huang@nxp.com>
15 The version of the device is determined by the TMU IP Block Revision
19 ---------- -----
22 - fsl,qoriq-tmu
23 - fsl,imx8mq-tmu
31 fsl,tmu-range:
32 $ref: /schemas/types.yaml#/definitions/uint32-array
38 fsl,tmu-calibration:
39 $ref: /schemas/types.yaml#/definitions/uint32-matrix
47 - description: value for TTCFGR
48 - description: value for TSCFGR
52 little-endian:
54 boolean, if present, the TMU registers are little endian. If absent,
61 "#thermal-sensor-cells":
65 - compatible
66 - reg
67 - interrupts
68 - fsl,tmu-range
69 - fsl,tmu-calibration
70 - '#thermal-sensor-cells'
75 - |
76 tmu@f0000 {
77 compatible = "fsl,qoriq-tmu";
80 fsl,tmu-range = <0x000a0000 0x00090026 0x0008004a 0x0001006a>;
81 fsl,tmu-calibration = <0x00000000 0x00000025>,
113 #thermal-sensor-cells = <1>;