summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNitin Yadav <n-yadav@ti.com>2023-08-25 15:07:00 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2023-08-30 08:46:57 -0500
commit600ab30716936aa7f91dd11a9b1b8f8a184122e0 (patch)
tree0dce3a770275dd4af0ea9e3974786b1ce2e70334
parent3dce1e3ae7cb239996aa1aa48ef68cb36a38517d (diff)
arm: dts: Add support for AM62x SIP SKEVM at R5 SPL
The AM62x SIP SKEVM board has different type of DDR than AM62x SK board. This requires different r5 SPL device tree. These dt changes add support for AM62x SIP SKEVM at R5 SPL. Signed-off-by: Nitin Yadav <n-yadav@ti.com>
-rw-r--r--arch/arm/dts/Makefile1
-rw-r--r--arch/arm/dts/k3-am62sip-r5-sk.dts23
2 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index 665b9c594f..2067136d03 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -1286,6 +1286,7 @@ dtb-$(CONFIG_SOC_K3_AM625) += k3-am625-sk.dtb \
k3-am625-r5-sk.dtb \
k3-am62-lp-sk.dtb \
k3-am62-r5-lp-sk.dtb \
+ k3-am62sip-r5-sk.dtb \
k3-am625-beagleplay.dtb \
k3-am625-r5-beagleplay.dtb
diff --git a/arch/arm/dts/k3-am62sip-r5-sk.dts b/arch/arm/dts/k3-am62sip-r5-sk.dts
new file mode 100644
index 0000000000..c95d80852a
--- /dev/null
+++ b/arch/arm/dts/k3-am62sip-r5-sk.dts
@@ -0,0 +1,23 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * AM62x SIP SKEVM dts file for R5 SPL
+ * Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com/
+ */
+
+#include "k3-am625-sk.dts"
+#include "k3-am62x-sip-ddr-lp4-50-800.dtsi"
+#include "k3-am62-ddr.dtsi"
+
+#include "k3-am625-sk-u-boot.dtsi"
+#include "k3-am62x-r5-sk-common.dtsi"
+#include "k3-am625-sk-binman.dtsi"
+
+/ {
+ memory@80000000 {
+ device_type = "memory";
+ /* 512M RAM */
+ reg = <0x00000000 0x80000000 0x00000000 0x20000000>;
+
+ bootph-pre-ram;
+ };
+};