blob: e2de8517aa0ef7640c75d262cc52c872506b2491 [file] [log] [blame]
Tom Rini6bb92fc2024-05-20 09:54:58 -06001// 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};