arch/arm/boot/dts/arm/mps2-an385.dts
Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/arm/mps2-an385.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm/boot/dts/arm/mps2-an385.dts- Extension
.dts- Size
- 2641 bytes
- Lines
- 93
- Domain
- Architecture Layer
- Bucket
- arch/arm
- 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
mps2.dtsi
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
/dts-v1/;
#include "mps2.dtsi"
/ {
model = "ARM MPS2 Application Note 385/386";
compatible = "arm,mps2";
aliases {
serial0 = &uart0;
};
chosen {
bootargs = "earlycon";
stdout-path = "serial0:9600n8";
};
memory@21000000 {
device_type = "memory";
reg = <0x21000000 0x1000000>;
};
smb {
ethernet@0,0 {
compatible = "smsc,lan9220", "smsc,lan9115";
reg = <0 0x0 0x10000>;
interrupts = <13>;
interrupt-parent = <&nvic>;
smsc,irq-active-high;
};
};
};
&uart0 {
status = "okay";
};
&timer0 {
status = "okay";
};
&timer1 {
status = "okay";
};
&wdt {
status = "okay";
};
Annotation
- Immediate include surface: `mps2.dtsi`.
- Atlas domain: Architecture Layer / arch/arm.
- 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.