arch/arm64/boot/dts/realtek/rtd1920s-smallville-4gb.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/realtek/rtd1920s-smallville-4gb.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/realtek/rtd1920s-smallville-4gb.dts
Extension
.dts
Size
490 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
/*
 * Realtek RTD1920S Smallville EVB
 *
 * Copyright (c) 2024 Realtek Semiconductor Corp.
 */

/dts-v1/;

#include "rtd1920s-smallville.dtsi"

/ {
	compatible = "realtek,smallville", "realtek,rtd1920s";
	model = "Realtek Smallville EVB (4GB)";

	memory@40000 {
		device_type = "memory";
		reg = <0x0 0x50000 0x0 0x7ffb0000>,
		      <0x0 0x8a100000 0x0 0xdef0000>,
		      <0x0 0x98700000 0x0 0x7900000>,
		      <0x0 0xa1000000 0x0 0x5e000000>;
	};
};

Annotation

Implementation Notes