arm64: dts: freescale: Add NXP i.MX8QP SoC dtsi

Add support for NXP i.MX8QP SoC, this is pin to pin compatible variant
of the i.MX8QM, with a slower GPU and one Cortex A72 core instead of
two.

Link: https://www.nxp.com/products/i.MX8
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
master
Francesco Dolcini 2025-12-23 17:28:29 +01:00 committed by Shawn Guo
parent eb2615ad46
commit 3669332bab
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
// SPDX-License-Identifier: (GPL-2.0-only OR MIT)
#include "imx8qm.dtsi"
/delete-node/ &A72_1;
&cluster1 {
/delete-node/ core1;
};
&gpu_3d0 {
assigned-clock-rates = <625000000>, <625000000>;
};
&thermal_zones {
cpu1-thermal {
cooling-maps {
map0 {
cooling-device =
<&A72_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
};
};
};