arch/mips/boot/dts/brcm/bcm93384wvg_viper.dts

Source file repositories/reference/linux-study-clean/arch/mips/boot/dts/brcm/bcm93384wvg_viper.dts

File Facts

System
Linux kernel
Corpus path
arch/mips/boot/dts/brcm/bcm93384wvg_viper.dts
Extension
.dts
Size
355 bytes
Lines
27
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 "bcm3384_viper.dtsi"

/ {
	compatible = "brcm,bcm93384wvg-viper", "brcm,bcm3384-viper";
	model = "Broadcom BCM93384WVG-viper";

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

&uart0 {
	status = "okay";
};

&ehci0 {
	status = "okay";
};

&ohci0 {
	status = "okay";
};

Annotation

Implementation Notes