summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/thermal/imx-sc-thermal.txt
blob: 290e3bc3c4affcd7436459d64b72eba9e2772de9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
* IMX8QM/QXP SoC Temperature Sensor

Required properties:
- compatible :
- "nxp,imx8qm-sc-tsens"
- "nxp,imx8qxp-sc-tsens"

- reg: Address range of the thermal registers
- #thermal-sensor-cells : Should be 1. See ./thermal.txt for a description.
- tsens-num: the number of temp sensor on this SOC.

Example:
tsens: thermal-sensor@ {
		compatible = "nxp,imx8qm-sc-tsens";
		tsens-num = <5>;
		#thermal-sensor-cells = <1>;
};