arch/arm64/boot/dts/ti/k3-am6254atl.dtsi

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/ti/k3-am6254atl.dtsi

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/ti/k3-am6254atl.dtsi
Extension
.dtsi
Size
532 bytes
Lines
24
Domain
Architecture Layer
Bucket
arch/arm64
Inferred role
Architecture Layer: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

// 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;
	};

};

Annotation

Implementation Notes