]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: freescale: Add NXP i.MX8QP SoC dtsi
authorFrancesco Dolcini <francesco.dolcini@toradex.com>
Tue, 23 Dec 2025 16:28:29 +0000 (17:28 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 30 Dec 2025 13:15:34 +0000 (21:15 +0800)
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>
arch/arm64/boot/dts/freescale/imx8qp.dtsi [new file with mode: 0644]

diff --git a/arch/arm64/boot/dts/freescale/imx8qp.dtsi b/arch/arm64/boot/dts/freescale/imx8qp.dtsi
new file mode 100644 (file)
index 0000000..26af9c5
--- /dev/null
@@ -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>;
+                       };
+               };
+       };
+};