arch/arm/boot/dts/aspeed/ibm-power11-quad.dtsi
Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/aspeed/ibm-power11-quad.dtsi
File Facts
- System
- Linux kernel
- Corpus path
arch/arm/boot/dts/aspeed/ibm-power11-quad.dtsi- Extension
.dtsi- Size
- 14840 bytes
- Lines
- 775
- 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
ibm-power11-dual.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-later
// Copyright 2024 IBM Corp.
#include "ibm-power11-dual.dtsi"
/ {
aliases {
i2c300 = &cfam2_i2c0;
i2c301 = &cfam2_i2c1;
i2c310 = &cfam2_i2c10;
i2c311 = &cfam2_i2c11;
i2c312 = &cfam2_i2c12;
i2c313 = &cfam2_i2c13;
i2c314 = &cfam2_i2c14;
i2c315 = &cfam2_i2c15;
i2c402 = &cfam3_i2c2;
i2c403 = &cfam3_i2c3;
i2c410 = &cfam3_i2c10;
i2c411 = &cfam3_i2c11;
i2c414 = &cfam3_i2c14;
i2c415 = &cfam3_i2c15;
i2c416 = &cfam3_i2c16;
i2c417 = &cfam3_i2c17;
sbefifo300 = &sbefifo300;
sbefifo301 = &sbefifo301;
sbefifo310 = &sbefifo310;
sbefifo311 = &sbefifo311;
sbefifo312 = &sbefifo312;
sbefifo313 = &sbefifo313;
sbefifo314 = &sbefifo314;
sbefifo315 = &sbefifo315;
sbefifo402 = &sbefifo402;
sbefifo403 = &sbefifo403;
sbefifo410 = &sbefifo410;
sbefifo411 = &sbefifo411;
sbefifo414 = &sbefifo414;
sbefifo415 = &sbefifo415;
sbefifo416 = &sbefifo416;
sbefifo417 = &sbefifo417;
scom300 = &scom300;
scom301 = &scom301;
scom310 = &scom310;
scom311 = &scom311;
scom312 = &scom312;
scom313 = &scom313;
scom314 = &scom314;
scom315 = &scom315;
scom402 = &scom402;
scom403 = &scom403;
scom410 = &scom410;
scom411 = &scom411;
scom414 = &scom414;
scom415 = &scom415;
scom416 = &scom416;
scom417 = &scom417;
spi30 = &cfam2_spi0;
spi31 = &cfam2_spi1;
spi32 = &cfam2_spi2;
spi33 = &cfam2_spi3;
spi40 = &cfam3_spi0;
spi41 = &cfam3_spi1;
spi42 = &cfam3_spi2;
spi43 = &cfam3_spi3;
};
};
&fsi_hub0 {
Annotation
- Immediate include surface: `ibm-power11-dual.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.