1// SPDX-License-Identifier: GPL-2.0-or-later OR MIT 2/* 3 * Copyright 2018-2021 Toradex 4 */ 5 6#include "imx8dx.dtsi" 7#include "imx8x-colibri.dtsi" 8 9/ { 10 model = "Toradex Colibri iMX8DX Module"; 11}; 12 13&thermal_zones { 14 pmic-thermal { 15 cooling-maps { 16 map0 { 17 cooling-device = <&A35_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 18 <&A35_1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 19 }; 20 }; 21 }; 22}; 23