Home
last modified time | relevance | path

Searched full:tmu (Results 1 – 25 of 83) sorted by relevance

1234

/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dexynos-thermal.txt1 * Exynos Thermal Management Unit (TMU)
6 "samsung,exynos3250-tmu"
7 "samsung,exynos4412-tmu"
8 "samsung,exynos4210-tmu"
9 "samsung,exynos5250-tmu"
10 "samsung,exynos5260-tmu"
11 "samsung,exynos5420-tmu" for TMU channel 0, 1 on Exynos5420
12 "samsung,exynos5420-tmu-ext-triminfo" for TMU channels 2, 3 and 4
14 "samsung,exynos5433-tmu"
15 "samsung,exynos7-tmu"
[all …]
H A Dsamsung,exynos-thermal.yaml7 title: Samsung Exynos SoC Thermal Management Unit (TMU)
13 For multi-instance tmu each instance should have an alias correctly numbered
19 - samsung,exynos3250-tmu
20 - samsung,exynos4412-tmu
21 - samsung,exynos4210-tmu
22 - samsung,exynos5250-tmu
23 - samsung,exynos5260-tmu
24 # For TMU channel 0, 1 on Exynos5420:
25 - samsung,exynos5420-tmu
26 # For TMU channels 2, 3 and 4 of Exynos5420:
[all …]
H A Dqoriq-thermal.txt1 * 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
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
16 - fsl,tmu-calibration : A list of cell pairs containing temperature
24 - little-endian : If present, the TMU registers are little endian. If absent,
26 - clocks : the clock for clocking the TMU silicon.
30 tmu@f0000 {
[all …]
H A Dqoriq-thermal.yaml7 title: Thermal Monitoring Unit (TMU) on Freescale QorIQ SoCs
19 The version of the device is determined by the TMU IP Block Revision
26 - fsl,qoriq-tmu
27 - fsl,imx8mq-tmu
35 fsl,tmu-range:
43 fsl,tmu-calibration:
59 boolean, if present, the TMU registers are little endian. If absent,
73 - fsl,tmu-range
74 - fsl,tmu-calibration
80 tmu@f0000 {
[all …]
H A Dimx8mm-thermal.yaml15 i.MX8MM has TMU IP to allow temperature measurement, there are
27 - fsl,imx8mm-tmu
28 - fsl,imx8mp-tmu
30 - const: fsl,imx8mn-tmu
31 - const: fsl,imx8mm-tmu
66 compatible = "fsl,imx8mm-tmu";
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Drenesas,tmu.yaml4 $id: http://devicetree.org/schemas/timer/renesas,tmu.yaml#
7 title: Renesas R-Mobile/R-Car Timer Unit (TMU)
14 The TMU is a 32-bit timer/counter with configurable clock inputs and
18 are independent. The TMU hardware supports up to three channels.
24 - renesas,tmu-r8a73a4 # R-Mobile APE6
25 - renesas,tmu-r8a7740 # R-Mobile A1
26 - renesas,tmu-r8a7742 # RZ/G1H
27 - renesas,tmu-r8a7743 # RZ/G1M
28 - renesas,tmu-r8a7744 # RZ/G1N
29 - renesas,tmu-r8a7745 # RZ/G1E
[all …]
H A Drenesas,tmu.txt1 * Renesas R-Mobile/R-Car Timer Unit (TMU)
3 The TMU is a 32-bit timer/counter with configurable clock inputs and
7 are independent. The TMU hardware supports up to three channels.
12 - "renesas,tmu-r8a7740" for the r8a7740 TMU
13 - "renesas,tmu-r8a774a1" for the r8a774A1 TMU
14 - "renesas,tmu-r8a774b1" for the r8a774B1 TMU
15 - "renesas,tmu-r8a774c0" for the r8a774C0 TMU
16 - "renesas,tmu-r8a7778" for the r8a7778 TMU
17 - "renesas,tmu-r8a7779" for the r8a7779 TMU
18 - "renesas,tmu-r8a77970" for the r8a77970 TMU
[all …]
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5410.dtsi90 tmu_cpu0: tmu@10060000 {
91 compatible = "samsung,exynos5420-tmu";
99 tmu_cpu1: tmu@10064000 {
100 compatible = "samsung,exynos5420-tmu";
108 tmu_cpu2: tmu@10068000 {
109 compatible = "samsung,exynos5420-tmu";
117 tmu_cpu3: tmu@1006c000 {
118 compatible = "samsung,exynos5420-tmu";
H A Dexynos5420.dtsi944 tmu_cpu0: tmu@10060000 {
945 compatible = "samsung,exynos5420-tmu";
953 tmu_cpu1: tmu@10064000 {
954 compatible = "samsung,exynos5420-tmu";
962 tmu_cpu2: tmu@10068000 {
963 compatible = "samsung,exynos5420-tmu-ext-triminfo";
971 tmu_cpu3: tmu@1006c000 {
972 compatible = "samsung,exynos5420-tmu-ext-triminfo";
980 tmu_gpu: tmu@100a0000 {
981 compatible = "samsung,exynos5420-tmu-ext-triminfo";
/freebsd/sys/arm64/qoriq/
H A Dqoriq_therm.c148 /* Note: tmu[1..7] not [0..6]. */
190 {"fsl,qoriq-tmu", 1},
191 {"fsl,imx8mq-tmu", 1},
308 nranges = OF_getencprop_alloc_multi(node, "fsl,tmu-range", in qoriq_therm_fdt_calib()
311 device_printf(sc->dev, "Invalid 'tmu-range' property\n"); in qoriq_therm_fdt_calib()
319 ncalibs = OF_getencprop_alloc_multi(node, "fsl,tmu-calibration", in qoriq_therm_fdt_calib()
322 device_printf(sc->dev, "Invalid 'tmu-calibration' property\n"); in qoriq_therm_fdt_calib()
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls208xa.dtsi86 thermal-sensors = <&tmu 1>;
100 thermal-sensors = <&tmu 2>;
114 thermal-sensors = <&tmu 3>;
128 thermal-sensors = <&tmu 4>;
157 thermal-sensors = <&tmu 5>;
186 thermal-sensors = <&tmu 6>;
215 thermal-sensors = <&tmu 7>;
314 tmu: tmu@1f80000 { label
315 compatible = "fsl,qoriq-tmu";
318 fsl,tmu-range = <0xb0000 0x9002a 0x6004c 0x30062>;
[all …]
H A Dfsl-ls1046a.dtsi128 thermal-sensors = <&tmu 0>;
148 thermal-sensors = <&tmu 1>;
168 thermal-sensors = <&tmu 2>;
188 thermal-sensors = <&tmu 3>;
219 thermal-sensors = <&tmu 4>;
439 tmu: tmu@1f00000 { label
440 compatible = "fsl,qoriq-tmu";
443 fsl,tmu-range = <0xb0000 0x9002a 0x6004c 0x70062>;
444 fsl,tmu-calibration =
H A Dfsl-ls1043a.dtsi160 thermal-sensors = <&tmu 0>;
180 thermal-sensors = <&tmu 1>;
200 thermal-sensors = <&tmu 2>;
220 thermal-sensors = <&tmu 3>;
251 thermal-sensors = <&tmu 4>;
443 tmu: tmu@1f00000 { label
444 compatible = "fsl,qoriq-tmu";
447 fsl,tmu-range = <0xb0000 0x9002a 0x6004c 0x70062>;
448 fsl,tmu-calibration =
H A Dfsl-ls1012a.dtsi110 thermal-sensors = <&tmu 0>;
303 tmu: tmu@1f00000 { label
304 compatible = "fsl,qoriq-tmu";
307 fsl,tmu-range = <0xb0000 0x9002a 0x6004c 0x60062>;
308 fsl,tmu-calibration =
H A Dfsl-ls1088a.dtsi138 thermal-sensors = <&tmu 0>;
173 thermal-sensors = <&tmu 1>;
281 tmu: tmu@1f80000 { label
282 compatible = "fsl,qoriq-tmu";
285 fsl,tmu-range = <0xb0000 0x9002a 0x6004c 0x70062>;
286 fsl,tmu-calibration =
H A Dfsl-lx2160a.dtsi456 thermal-sensors = <&tmu 0>;
499 thermal-sensors = <&tmu 1>;
519 thermal-sensors = <&tmu 2>;
539 thermal-sensors = <&tmu 3>;
559 thermal-sensors = <&tmu 4>;
579 thermal-sensors = <&tmu 5>;
599 thermal-sensors = <&tmu 6>;
729 tmu: tmu@1f80000 { label
730 compatible = "fsl,qoriq-tmu";
733 fsl,tmu-range = <0x800000e6 0x8001017d>;
[all …]
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dt1023si-post.dtsi365 tmu: tmu@f0000 { label
366 compatible = "fsl,qoriq-tmu";
369 fsl,tmu-range = <0xb0000 0xa0026 0x80048 0x30061>;
370 fsl,tmu-calibration =
418 thermal-sensors = <&tmu 0>;
H A Dt1040si-post.dtsi445 tmu: tmu@f0000 { label
446 compatible = "fsl,qoriq-tmu";
449 fsl,tmu-range = <0xa0000 0x90026 0x8004a 0x1006a>;
450 fsl,tmu-calibration =
494 thermal-sensors = <&tmu 2>;
/freebsd/sys/contrib/device-tree/src/arm/renesas/
H A Dr8a7778.dtsi198 compatible = "renesas,tmu-r8a7778", "renesas,tmu";
215 compatible = "renesas,tmu-r8a7778", "renesas,tmu";
232 compatible = "renesas,tmu-r8a7778", "renesas,tmu";
H A Dr8a7779.dtsi401 compatible = "renesas,tmu-r8a7779", "renesas,tmu";
418 compatible = "renesas,tmu-r8a7779", "renesas,tmu";
435 compatible = "renesas,tmu-r8a7779", "renesas,tmu";
H A Dr8a7792.dtsi355 compatible = "renesas,tmu-r8a7792", "renesas,tmu";
369 compatible = "renesas,tmu-r8a7792", "renesas,tmu";
384 compatible = "renesas,tmu-r8a7792", "renesas,tmu";
399 compatible = "renesas,tmu-r8a7792", "renesas,tmu";
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dr8a77970.dtsi326 compatible = "renesas,tmu-r8a77970", "renesas,tmu";
340 compatible = "renesas,tmu-r8a77970", "renesas,tmu";
355 compatible = "renesas,tmu-r8a77970", "renesas,tmu";
370 compatible = "renesas,tmu-r8a77970", "renesas,tmu";
384 compatible = "renesas,tmu-r8a77970", "renesas,tmu";
H A Dr8a779f0.dtsi499 compatible = "renesas,tmu-r8a779f0", "renesas,tmu";
513 compatible = "renesas,tmu-r8a779f0", "renesas,tmu";
528 compatible = "renesas,tmu-r8a779f0", "renesas,tmu";
543 compatible = "renesas,tmu-r8a779f0", "renesas,tmu";
558 compatible = "renesas,tmu-r8a779f0", "renesas,tmu";
H A Dr8a77980.dtsi355 compatible = "renesas,tmu-r8a77980", "renesas,tmu";
369 compatible = "renesas,tmu-r8a77980", "renesas,tmu";
384 compatible = "renesas,tmu-r8a77980", "renesas,tmu";
399 compatible = "renesas,tmu-r8a77980", "renesas,tmu";
414 compatible = "renesas,tmu-r8a77980", "renesas,tmu";
H A Dr8a77995.dtsi334 compatible = "renesas,tmu-r8a77995", "renesas,tmu";
348 compatible = "renesas,tmu-r8a77995", "renesas,tmu";
363 compatible = "renesas,tmu-r8a77995", "renesas,tmu";
378 compatible = "renesas,tmu-r8a77995", "renesas,tmu";
392 compatible = "renesas,tmu-r8a77995", "renesas,tmu";

1234