xref: /freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8dx-colibri.dtsi (revision b2d2a78ad80ec68d4a17f5aef97d21686cb1e29b)
17d0873ebSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
27d0873ebSEmmanuel Vadot/*
37d0873ebSEmmanuel Vadot * Copyright 2018-2021 Toradex
47d0873ebSEmmanuel Vadot */
57d0873ebSEmmanuel Vadot
67d0873ebSEmmanuel Vadot#include "imx8dx.dtsi"
77d0873ebSEmmanuel Vadot#include "imx8x-colibri.dtsi"
87d0873ebSEmmanuel Vadot
97d0873ebSEmmanuel Vadot/ {
107d0873ebSEmmanuel Vadot	model = "Toradex Colibri iMX8DX Module";
117d0873ebSEmmanuel Vadot};
12*b2d2a78aSEmmanuel Vadot
13*b2d2a78aSEmmanuel Vadot&thermal_zones {
14*b2d2a78aSEmmanuel Vadot	pmic-thermal {
15*b2d2a78aSEmmanuel Vadot		cooling-maps {
16*b2d2a78aSEmmanuel Vadot			map0 {
17*b2d2a78aSEmmanuel Vadot				cooling-device = <&A35_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
18*b2d2a78aSEmmanuel Vadot						 <&A35_1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
19*b2d2a78aSEmmanuel Vadot			};
20*b2d2a78aSEmmanuel Vadot		};
21*b2d2a78aSEmmanuel Vadot	};
22*b2d2a78aSEmmanuel Vadot};
23