// SPDX-License-Identifier: GPL-2.0+ /* * Copyright 2019 NXP */ #include "imx8qm.dtsi" / { model = "Freescale i.MX8QP"; compatible = "fsl,imx8qp", "fsl,imx8qm"; }; &cpus { cpu-map { cluster1 { /delete-node/ core1; }; }; /delete-node/ cpu@101; }; &gpu_3d0 { assigned-clock-rates = <625000000>, <625000000>; }; &gpu_3d1 { assigned-clock-rates = <625000000>, <625000000>; }; &imx8_gpu_ss {/**/ operating-points = < /*nominal*/ 625000 0 625000 0 /*underdrive*/ 400000 0 /*core/shader clock share the same frequency on underdrive mode*/ >; }; &thermal_zones { cpu-thermal1 { cooling-maps { map0 { cooling-device = <&A72_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; }; }; }; };