arch/mips/boot/dts/mscc/jaguar2_common.dtsi

Source file repositories/reference/linux-study-clean/arch/mips/boot/dts/mscc/jaguar2_common.dtsi

File Facts

System
Linux kernel
Corpus path
arch/mips/boot/dts/mscc/jaguar2_common.dtsi
Extension
.dtsi
Size
303 bytes
Lines
26
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+ OR MIT)
/*
 * Copyright (c) 2020 Microsemi Corporation
 */

#include "jaguar2.dtsi"

/ {
	chosen {
		stdout-path = "serial0:115200n8";
	};
};

&uart0 {
	status = "okay";
};

&uart2 {
	status = "okay";
};

&i2c0 {
	status = "okay";
	i2c-sda-hold-time-ns = <300>;
};

Annotation

Implementation Notes