Home
last modified time | relevance | path

Searched full:tempmon (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dimx-thermal.yaml17 - fsl,imx6q-tempmon
18 - fsl,imx6sx-tempmon
19 - fsl,imx7d-tempmon
22 - fsl,imx6sll-tempmon
23 - fsl,imx6ul-tempmon
24 - const: fsl,imx6sx-tempmon
48 fsl,tempmon:
52 fsl,tempmon-data:
56 TEMPMON calibration data, e.g. OCOTP on imx6q. The details about
69 - fsl,tempmon
[all...]
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6sll.dtsi528 tempmon: temperature-sensor { label
529 compatible = "fsl,imx6sll-tempmon", "fsl,imx6sx-tempmon";
532 fsl,tempmon = <&anatop>;
H A Dimx6ul.dtsi633 tempmon: tempmon { label
634 compatible = "fsl,imx6ul-tempmon", "fsl,imx6sx-tempmon";
637 fsl,tempmon = <&anatop>;
H A Dimx6sl.dtsi626 tempmon: tempmon { label
627 compatible = "fsl,imx6q-tempmon";
630 fsl,tempmon = <&anatop>;
H A Dimx7s.dtsi613 tempmon: tempmon {
614 compatible = "fsl,imx7d-tempmon";
617 fsl,tempmon = <&anatop>;
600 tempmon: tempmon { global() label
H A Dimx6sx.dtsi718 tempmon: tempmon { label
719 compatible = "fsl,imx6sx-tempmon", "fsl,imx6q-tempmon";
722 fsl,tempmon = <&anatop>;
H A Dimx6qdl.dtsi793 tempmon: tempmon { label
794 compatible = "fsl,imx6q-tempmon";
797 fsl,tempmon = <&anatop>;
/freebsd/sys/arm/freescale/imx/
H A Dimx6_machdep.c78 * 2020/11/25: The tempmon and pmu nodes are siblings (not children) of the soc
161 fix_node_iparent("/tempmon", gpcxref, gicxref); in fix_fdt_interrupt_data()