blob: 290e3bc3c4affcd7436459d64b72eba9e2772de9 [file] [log] [blame]
* 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>;
};