arch/mips/boot/dts/mobileye/eyeq6lplus-epm6.dts
Source file repositories/reference/linux-study-clean/arch/mips/boot/dts/mobileye/eyeq6lplus-epm6.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/mips/boot/dts/mobileye/eyeq6lplus-epm6.dts- Extension
.dts- Size
- 2025 bytes
- Lines
- 104
- 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.
- CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
Dependency Surface
eyeq6lplus.dtsi
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
/*
* Copyright 2025 Mobileye Vision Technologies Ltd.
*/
/dts-v1/;
#include "eyeq6lplus.dtsi"
/ {
compatible = "mobileye,eyeq6lplus-epm6", "mobileye,eyeq6lplus";
model = "Mobileye EyeQ6Lplus Evaluation board";
aliases {
serial0 = &uart0;
};
chosen {
stdout-path = "serial0:921600n8";
};
memory@0 {
device_type = "memory";
reg = <0x1 0x00000000 0x0 0x80000000>;
};
reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;
/* These reserved memory regions are also defined in bootmanager
* for configuring inbound translation for BARS, don't change
* these without syncing with bootmanager
*/
mhm_reserved_0: the-mhm-reserved-0 {
reg = <0x1 0x00000000 0x0 0x0000800>;
};
bm_logs_reserved: bm-logs-reserved {
reg = <0x1 0x0000800 0x0 0x000f800>;
};
shmem0_reserved: shmem@804000000 {
reg = <0x1 0x04000000 0x0 0x1000000>;
};
shmem1_reserved: shmem@805000000 {
reg = <0x1 0x05000000 0x0 0x1000000>;
};
mini_coredump0_reserved: mini-coredump0@806200000 {
reg = <0x1 0x06200000 0x0 0x100000>;
};
mailbox_reserved: mailbox-reserved {
reg = <0x1 0x06300000 0x0 0x000300>;
};
sys_logs_reserved: sys-logs-reserved {
reg = <0x1 0x10000000 0x0 0x800000>;
};
csl_policy_logs_reserved: csl-policy-logs-reserved {
reg = <0x1 0x10800000 0x0 0x10000>;
};
};
};
&ospi {
status = "okay";
flash@0 {
compatible = "spi-nand";
reg = <0>;
spi-max-frequency = <40000000>;
cdns,read-delay = <0>;
cdns,tshsl-ns = <400>;
Annotation
- Immediate include surface: `eyeq6lplus.dtsi`.
- Atlas domain: Architecture Layer / arch/mips.
- Implementation status: atlas-only.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.