arch/mips/boot/dts/mobileye/eyeq5-epm5.dts
Source file repositories/reference/linux-study-clean/arch/mips/boot/dts/mobileye/eyeq5-epm5.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/mips/boot/dts/mobileye/eyeq5-epm5.dts- Extension
.dts- Size
- 884 bytes
- Lines
- 58
- 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
eyeq5.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 2023 Mobileye Vision Technologies Ltd.
*/
/dts-v1/;
#include "eyeq5.dtsi"
/ {
compatible = "mobileye,eyeq5-epm5", "mobileye,eyeq5";
model = "Mobile EyeQ5 MP5 Evaluation board";
chosen {
stdout-path = "serial2:115200n8";
};
memory@0 {
device_type = "memory";
reg = <0x0 0x40000000 0x0 0x02000000>,
<0x8 0x02000000 0x0 0x7E000000>;
};
};
&i2c2 {
temperature-sensor@48 {
compatible = "ti,tmp112";
reg = <0x48>;
label = "U60";
};
};
&macb0 {
phy-mode = "sgmii";
phy-handle = <&macb0_phy>;
mdio {
#address-cells = <1>;
#size-cells = <0>;
macb0_phy: ethernet-phy@e {
reg = <0xe>;
};
};
};
&macb1 {
phy-mode = "rgmii-id";
phy-handle = <&macb1_phy>;
mdio {
#address-cells = <1>;
#size-cells = <0>;
macb1_phy: ethernet-phy@e {
reg = <0xe>;
};
};
};
Annotation
- Immediate include surface: `eyeq5.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.