arch/mips/boot/dts/brcm/bcm3368-netgear-cvg834g.dts

Source file repositories/reference/linux-study-clean/arch/mips/boot/dts/brcm/bcm3368-netgear-cvg834g.dts

File Facts

System
Linux kernel
Corpus path
arch/mips/boot/dts/brcm/bcm3368-netgear-cvg834g.dts
Extension
.dts
Size
339 bytes
Lines
24
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 "bcm3368.dtsi"

/ {
	compatible = "netgear,cvg834g", "brcm,bcm3368";
	model = "NETGEAR CVG834G";

	memory@0 {
		device_type = "memory";
		reg = <0x00000000 0x02000000>;
	};

	chosen {
		bootargs = "console=ttyS0,115200";
		stdout-path = &uart0;
	};
};

&uart0 {
	status = "okay";
};

Annotation

Implementation Notes