arch/xtensa/boot/dts/xtfpga-flash-16m.dtsi
Source file repositories/reference/linux-study-clean/arch/xtensa/boot/dts/xtfpga-flash-16m.dtsi
File Facts
- System
- Linux kernel
- Corpus path
arch/xtensa/boot/dts/xtfpga-flash-16m.dtsi- Extension
.dtsi- Size
- 598 bytes
- Lines
- 30
- Domain
- Architecture Layer
- Bucket
- arch/xtensa
- 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
- No C-style include directives detected by the generator.
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
// SPDX-License-Identifier: GPL-2.0
/ {
soc {
flash: flash@08000000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "cfi-flash";
reg = <0x08000000 0x01000000>;
bank-width = <2>;
device-width = <2>;
partition@0 {
label = "boot loader area";
reg = <0x00000000 0x00400000>;
};
partition@400000 {
label = "kernel image";
reg = <0x00400000 0x00600000>;
};
partition@a00000 {
label = "data";
reg = <0x00a00000 0x005e0000>;
};
partition@fe0000 {
label = "boot environment";
reg = <0x00fe0000 0x00020000>;
};
};
};
};
Annotation
- Atlas domain: Architecture Layer / arch/xtensa.
- 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.