Lines Matching +full:cell +full:- +full:value
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#
10 - Shawn Guo <[email protected]>
11 - Sascha Hauer <[email protected]>
12 - Fabio Estevam <[email protected]>
14 $ref: thermal-sensor.yaml#
22 Value Device
23 ---------- -----
26 - fsl,qoriq-tmu
27 - fsl,imx8mq-tmu
35 fsl,tmu-range:
36 $ref: /schemas/types.yaml#/definitions/uint32-array
39 reference manual. The first cell is TTR0CR, the second is TTR1CR, etc.
43 fsl,tmu-calibration:
44 $ref: /schemas/types.yaml#/definitions/uint32-matrix
46 A list of cell pairs containing temperature calibration data, as
47 specified by the SoC reference manual. The first cell of each pair
48 is the value to be written to TTCFGR, and the second is the value
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>;