arch/arm64/boot/dts/marvell/db-falcon-carrier-a7k.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/marvell/db-falcon-carrier-a7k.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/marvell/db-falcon-carrier-a7k.dts- Extension
.dts- Size
- 1035 bytes
- Lines
- 28
- Domain
- Architecture Layer
- Bucket
- arch/arm64
- 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
armada-7020-comexpress.dtsidb-falcon-carrier.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+ OR MIT)
/*
* Copyright (C) 2023 Marvell International Ltd.
*
* Device tree for the Falcon DB Type 7 Com Express carrier board,
* Utilizing the Armada 7020 COM Express CPU module board.
* This specific carrier board (DB-98CX8540/80)
* only maintains a PCIe link with the CPU module,
* which does not require any special DTS definitions.
*
* There is no Linux CPU booting in this mode on the carrier, only on the
* Armada 7020 COM Express CPU module.
* What runs the Linux is the Armada 7020 on the COM Express CPU module,
* And it accesses the switch end-point on the Falcon DB portion of the carrier
* via PCIe.
*/
#include "armada-7020-comexpress.dtsi"
#include "db-falcon-carrier.dtsi"
/ {
model = "Marvell Falcon DB COM EXPRESS type 7 carrier board with Armada 7020 CPU module";
compatible = "marvell,armada7020-falcon-carrier", "marvell,db-falcon-carrier",
"marvell,armada7020-cpu-module", "marvell,armada7020",
"marvell,armada-ap806-dual", "marvell,armada-ap806";
};
Annotation
- Immediate include surface: `armada-7020-comexpress.dtsi`, `db-falcon-carrier.dtsi`.
- Atlas domain: Architecture Layer / arch/arm64.
- 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.