imx-thermal.txt 540 B

1234567891011121314151617
  1. * Temperature Monitor (TEMPMON) on Freescale i.MX SoCs
  2. Required properties:
  3. - compatible : "fsl,imx6q-thermal"
  4. - fsl,tempmon : phandle pointer to system controller that contains TEMPMON
  5. control registers, e.g. ANATOP on imx6q.
  6. - fsl,tempmon-data : phandle pointer to fuse controller that contains TEMPMON
  7. calibration data, e.g. OCOTP on imx6q. The details about calibration data
  8. can be found in SoC Reference Manual.
  9. Example:
  10. tempmon {
  11. compatible = "fsl,imx6q-tempmon";
  12. fsl,tempmon = <&anatop>;
  13. fsl,tempmon-data = <&ocotp>;
  14. };