arch/arm/boot/dts/nxp/imx/imx6ull-var-som-concerto-full.dts
Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/nxp/imx/imx6ull-var-som-concerto-full.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm/boot/dts/nxp/imx/imx6ull-var-som-concerto-full.dts- Extension
.dts- Size
- 632 bytes
- Lines
- 23
- 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
imx6ull-var-som.dtsiimx6ul-var-som-concerto-common.dtsiimx6ul-var-som-wifi.dtsiimx6ul-var-som-enet2.dtsiimx6ul-var-som-enet1.dtsiimx6ul-var-som-audio.dtsiimx6ul-var-som-lvds-panel.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+
/*
* Support for Variscite MX6 Concerto Carrier board with the VAR-SOM-6UL
* Variscite SoM mounted on it (6ULL CPU variant).
*
* Copyright 2026 Dimonoff
*/
/dts-v1/;
#include "imx6ull-var-som.dtsi"
#include "imx6ul-var-som-concerto-common.dtsi"
#include "imx6ul-var-som-wifi.dtsi"
#include "imx6ul-var-som-enet2.dtsi"
#include "imx6ul-var-som-enet1.dtsi"
#include "imx6ul-var-som-audio.dtsi"
#include "imx6ul-var-som-lvds-panel.dtsi"
/ {
model = "Variscite VAR-SOM-6UL Concerto Board (6ULL CPU)";
compatible = "variscite,mx6ullconcerto", "variscite,var-som-imx6ull", "fsl,imx6ull";
};
Annotation
- Immediate include surface: `imx6ull-var-som.dtsi`, `imx6ul-var-som-concerto-common.dtsi`, `imx6ul-var-som-wifi.dtsi`, `imx6ul-var-som-enet2.dtsi`, `imx6ul-var-som-enet1.dtsi`, `imx6ul-var-som-audio.dtsi`, `imx6ul-var-som-lvds-panel.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.