1// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT) 2/* 3 * Copyright (c) 2021-2025 TQ-Systems GmbH <linux@ew.tq-group.com>, 4 * D-82229 Seefeld, Germany. 5 * Author: Alexander Stein 6 */ 7 8#include "imx8dxp.dtsi" 9#include "tqma8xxs.dtsi" 10 11/ { 12 model = "TQ-Systems i.MX8DXP TQMa8XDPS"; 13 compatible = "tq,imx8dxp-tqma8xdps", "fsl,imx8dxp"; 14}; 15 16&pmic0_thermal { 17 cooling-maps { 18 map0 { 19 cooling-device = 20 <&A35_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 21 <&A35_1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 22 }; 23 }; 24}; 25