summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/thermal/imx8mm-thermal.txt
blob: d09ae82b49ee64c07f38452f9e8f0a07f630efdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
* Thermal Monitoring Unit (TMU) on Freescale i.MX8MM SoC

Required properties:
- compatible : Must be "fsl,imx8mm-tmu".
- reg : Address range of TMU registers.
- clocks : TMU's clock source.
- #thermal-sensor-cells : Should be 0. 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>;
};