1
0
Fork 0

MLK-18428-02: doc: binding: Add binding doc for imx8mm tmu

Add dts binding doc for i.MX8MM TMU.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
Reviewed-by: Anson Huang <Anson.Huang@nxp.com>
pull/10/head
Bai Ping 2018-06-25 13:50:12 +08:00 committed by Jason Liu
parent 99e929e755
commit a9113b9a9a
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
* Temperature Monitor (TMU) on Freescale i.MX8MM SoCs
Required properties:
- compatible : "fsl,imx8mm-tmu"
- reg: Address and length of the register
- clocks : thermal sensor's clock source.
- #thermal-sensor-cells : Should be 0. See ./thermal.txt for a description.
Example:
tmu: tmu@0x30260000 {
compatible = "fsl,imx8mm-tmu";
reg = <0x0 0x30260000 0x0 0x10000>;
clocks = <&clk IMX8MM_CLK_TMU_ROOT>;
interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
#thermal-sensor-cells = <0>;
};