xref: /linux/arch/arm64/boot/dts/freescale/imx8dxp.dtsi (revision 71dfa617ea9f18e4585fe78364217cd32b1fc382)
1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2016 Freescale Semiconductor, Inc.
4 * Copyright 2017-2019 NXP
5 */
6
7/dts-v1/;
8
9#include "imx8qxp.dtsi"
10
11/delete-node/ &A35_2;
12/delete-node/ &A35_3;
13
14&thermal_zones {
15	cpu0-thermal {
16		cooling-maps {
17			map0 {
18				cooling-device =
19				<&A35_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
20				<&A35_1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
21			};
22		};
23	};
24};
25