xref: /linux/arch/arm64/boot/dts/ti/k3-am6254atl.dtsi (revision 4f38da1f027ea2c9f01bb71daa7a299c191b6940)
1// SPDX-License-Identifier: GPL-2.0-only OR MIT
2/*
3 * DTS for AM625 SiP SoC family in Quad core configuration and 512MiB RAM.
4 *
5 * Webpage: https://www.ti.com/product/AM625SIP
6 *
7 * Copyright (C) 2025 Texas Instruments Incorporated - https://www.ti.com/
8 */
9
10#include "k3-am625.dtsi"
11
12/ {
13	model = "Texas Instruments AM6254atl SiP";
14	compatible = "ti,am6254atl", "ti,am625";
15
16	memory@80000000 {
17		/* 512MiB of integrated RAM */
18		reg = <0x00000000 0x80000000 0x00000000 0x20000000>;
19		device_type = "memory";
20		bootph-all;
21	};
22
23};
24