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