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