summaryrefslogtreecommitdiff
path: root/dts
diff options
context:
space:
mode:
authorAnshul Dalal <anshuld@ti.com>2025-10-25 08:18:09 +0530
committerTom Rini <trini@konsulko.com>2025-11-07 16:09:56 -0600
commit3c77f8e46f06264efc5273110465c56036744582 (patch)
tree066bc8616496fe471b3bbb96a8c93c21f260a373 /dts
parent726023f9a0bea1cda8f82791fcb724018e28c5df (diff)
arm64: dts: ti: Introduce base support for AM6254atl SiP
This patch adds the top level dtsi for AM6254atl SiP which integrates the existing AM625 SoC with 512MiB of DDR in a single package. More information about the package can be found here: https://www.ti.com/lit/ds/symlink/am625sip.pdf Signed-off-by: Anshul Dalal <anshuld@ti.com> Reviewed-by: Bryan Brattlof <bb@ti.com> Link: https://patch.msgid.link/20250814134531.2743874-4-anshuld@ti.com Signed-off-by: Nishanth Menon <nm@ti.com> [ upstream commit: 7c1d13a14e61ab33eec330cb6cabbddb37eecaa9 ] (cherry picked from commit fa5a6a6e784bde78c6ec74eccd92d51fb9fd49e8)
Diffstat (limited to 'dts')
-rw-r--r--dts/upstream/src/arm64/ti/k3-am6254atl.dtsi23
1 files changed, 23 insertions, 0 deletions
diff --git a/dts/upstream/src/arm64/ti/k3-am6254atl.dtsi b/dts/upstream/src/arm64/ti/k3-am6254atl.dtsi
new file mode 100644
index 00000000000..976ad7dc1e7
--- /dev/null
+++ b/dts/upstream/src/arm64/ti/k3-am6254atl.dtsi
@@ -0,0 +1,23 @@
+// SPDX-License-Identifier: GPL-2.0-only OR MIT
+/*
+ * DTS for AM625 SiP SoC family in Quad core configuration and 512MiB RAM.
+ *
+ * Webpage: https://www.ti.com/product/AM625SIP
+ *
+ * Copyright (C) 2025 Texas Instruments Incorporated - https://www.ti.com/
+ */
+
+#include "k3-am625.dtsi"
+
+/ {
+ model = "Texas Instruments AM6254atl SiP";
+ compatible = "ti,am6254atl", "ti,am625";
+
+ memory@80000000 {
+ /* 512MiB of integrated RAM */
+ reg = <0x00000000 0x80000000 0x00000000 0x20000000>;
+ device_type = "memory";
+ bootph-all;
+ };
+
+};