arm64: dts: freescale: Add i.MX8DX dtsi
authorHiago De Franco <hiago.franco@toradex.com>
Tue, 2 Apr 2024 19:35:09 +0000 (16:35 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 22 Apr 2024 03:19:05 +0000 (11:19 +0800)
Add DTSI for i.MX8DX processor. According to 'i.MX 8DualX Industrial
Applications Processors Data Sheet', the GPU and shader use a clock of
372MHz. Therefore, this dtsi includes the imx8dxp.dtsi and changes the
clock accordingly.

Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8dx.dtsi [new file with mode: 0644]

diff --git a/arch/arm64/boot/dts/freescale/imx8dx.dtsi b/arch/arm64/boot/dts/freescale/imx8dx.dtsi
new file mode 100644 (file)
index 0000000..ce76efc
--- /dev/null
@@ -0,0 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+/*
+ * Copyright (C) 2016 Freescale Semiconductor, Inc.
+ * Copyright 2017-2020 NXP
+ */
+
+/dts-v1/;
+
+#include "imx8dxp.dtsi"
+
+&gpu_3d0 {
+       assigned-clock-rates = <372000000>, <372000000>;
+};