xref: /linux/arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp.dtsi (revision f5c31bcf604db54470868f3118a60dc4a9ba8813)
1// SPDX-License-Identifier: (GPL-2.0-or-later OR X11)
2/*
3 * Copyright 2018-2023 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 "tqma8xx.dtsi"
10
11/ {
12	model = "TQ-Systems i.MX8DXP TQMa8XDP";
13	compatible = "tq,imx8dxp-tqma8xdp", "fsl,imx8dxp";
14};
15
16&pmic_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