Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dimx-thermal.yaml16 - fsl,imx6q-tempmon
17 - fsl,imx6sx-tempmon
18 - fsl,imx7d-tempmon
21 - fsl,imx6sll-tempmon
22 - fsl,imx6ul-tempmon
23 - const: fsl,imx6sx-tempmon
47 fsl,tempmon:
51 fsl,tempmon-data:
55 TEMPMON calibration data, e.g. OCOTP on imx6q. The details about
68 - fsl,tempmon
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/imx/
H A Dfsl,imx-anatop.yaml40 tempmon:
118 tempmon: tempmon {
119 compatible = "fsl,imx6ul-tempmon", "fsl,imx6sx-tempmon";
122 fsl,tempmon = <&anatop>;
/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.dtsi635 tempmon: tempmon { label
636 compatible = "fsl,imx6ul-tempmon", "fsl,imx6sx-tempmon";
639 fsl,tempmon = <&anatop>;
H A Dimx6sl.dtsi626 tempmon: tempmon { label
627 compatible = "fsl,imx6q-tempmon";
630 fsl,tempmon = <&anatop>;
H A Dimx6sx.dtsi717 tempmon: tempmon { label
718 compatible = "fsl,imx6sx-tempmon", "fsl,imx6q-tempmon";
721 fsl,tempmon = <&anatop>;
H A Dimx7s.dtsi613 tempmon: tempmon { label
614 compatible = "fsl,imx7d-tempmon";
617 fsl,tempmon = <&anatop>;
H A Dimx6qdl.dtsi792 tempmon: tempmon { label
793 compatible = "fsl,imx6q-tempmon";
796 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()