Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > de7b553883ddfeb115c02c6909c3d33c > files > 4852

kernel-doc-5.7.14-1.mga7.noarch.rpm

* Thermal Monitoring Unit (TMU) on Freescale i.MX8MM SoC

Required properties:
- compatible : Must be "fsl,imx8mm-tmu" or "fsl,imx8mp-tmu".
- reg : Address range of TMU registers.
- clocks : TMU's clock source.
- #thermal-sensor-cells : Should be 0 or 1. See ./thermal.txt for a description.

Example:
tmu: tmu@30260000 {
	compatible = "fsl,imx8mm-tmu";
	reg = <0x30260000 0x10000>;
	clocks = <&clk IMX8MM_CLK_TMU_ROOT>;
	#thermal-sensor-cells = <0>;
};