arch/mips/boot/dts/ralink/rt3883_eval.dts

Source file repositories/reference/linux-study-clean/arch/mips/boot/dts/ralink/rt3883_eval.dts

File Facts

System
Linux kernel
Corpus path
arch/mips/boot/dts/ralink/rt3883_eval.dts
Extension
.dts
Size
303 bytes
Lines
19
Domain
Architecture Layer
Bucket
arch/mips
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
/dts-v1/;

#include "rt3883.dtsi"

/ {
	compatible = "ralink,rt3883-eval-board", "ralink,rt3883-soc";
	model = "Ralink RT3883 evaluation board";

	memory@0 {
		device_type = "memory";
		reg = <0x0 0x2000000>;
	};

	chosen {
		bootargs = "console=ttyS0,57600";
	};
};

Annotation

Implementation Notes