arch/mips/boot/dts/mobileye/eyeq6h-epm6.dts

Source file repositories/reference/linux-study-clean/arch/mips/boot/dts/mobileye/eyeq6h-epm6.dts

File Facts

System
Linux kernel
Corpus path
arch/mips/boot/dts/mobileye/eyeq6h-epm6.dts
Extension
.dts
Size
400 bytes
Lines
23
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-only OR BSD-2-Clause)
/*
 * Copyright 2024 Mobileye Vision Technologies Ltd.
 */

/dts-v1/;

#include "eyeq6h.dtsi"

/ {
	compatible = "mobileye,eyeq6h-epm6", "mobileye,eyeq6h";
	model = "Mobile EyeQ6H MP6 Evaluation board";

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

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

Annotation

Implementation Notes