xref: /linux/scripts/dtc/include-prefixes/arm64/freescale/imx8qp.dtsi (revision 6589b3d76db2d6adbf8f2084c303fb24252a0dc6)
1// SPDX-License-Identifier: (GPL-2.0-only OR MIT)
2
3#include "imx8qm.dtsi"
4
5/delete-node/ &A72_1;
6
7&cluster1 {
8	/delete-node/ core1;
9};
10
11&gpu_3d0 {
12	assigned-clock-rates = <625000000>, <625000000>;
13};
14
15&thermal_zones {
16	cpu1-thermal {
17		cooling-maps {
18			map0 {
19				cooling-device =
20					<&A72_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
21			};
22		};
23	};
24};
25