arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-fuji.dts
Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-fuji.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-fuji.dts- Extension
.dts- Size
- 70892 bytes
- Lines
- 3904
- 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
dt-bindings/gpio/aspeed-gpio.hdt-bindings/i2c/i2c.hdt-bindings/leds/leds-pca955x.haspeed-g6.dtsiibm-power11-quad.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.
/dts-v1/;
#include <dt-bindings/gpio/aspeed-gpio.h>
#include <dt-bindings/i2c/i2c.h>
#include <dt-bindings/leds/leds-pca955x.h>
#include "aspeed-g6.dtsi"
#include "ibm-power11-quad.dtsi"
/ {
model = "Fuji";
compatible = "ibm,fuji-bmc", "aspeed,ast2600";
aliases {
i2c500 = &cfam4_i2c0;
i2c501 = &cfam4_i2c1;
i2c510 = &cfam4_i2c10;
i2c511 = &cfam4_i2c11;
i2c512 = &cfam4_i2c12;
i2c513 = &cfam4_i2c13;
i2c514 = &cfam4_i2c14;
i2c515 = &cfam4_i2c15;
i2c602 = &cfam5_i2c2;
i2c603 = &cfam5_i2c3;
i2c610 = &cfam5_i2c10;
i2c611 = &cfam5_i2c11;
i2c614 = &cfam5_i2c14;
i2c615 = &cfam5_i2c15;
i2c616 = &cfam5_i2c16;
i2c617 = &cfam5_i2c17;
i2c700 = &cfam6_i2c0;
i2c701 = &cfam6_i2c1;
i2c710 = &cfam6_i2c10;
i2c711 = &cfam6_i2c11;
i2c712 = &cfam6_i2c12;
i2c713 = &cfam6_i2c13;
i2c714 = &cfam6_i2c14;
i2c715 = &cfam6_i2c15;
i2c802 = &cfam7_i2c2;
i2c803 = &cfam7_i2c3;
i2c810 = &cfam7_i2c10;
i2c811 = &cfam7_i2c11;
i2c814 = &cfam7_i2c14;
i2c815 = &cfam7_i2c15;
i2c816 = &cfam7_i2c16;
i2c817 = &cfam7_i2c17;
i2c16 = &i2c4mux0chn0;
i2c17 = &i2c4mux0chn1;
i2c18 = &i2c4mux0chn2;
i2c19 = &i2c5mux0chn0;
i2c20 = &i2c5mux0chn1;
i2c21 = &i2c5mux0chn2;
i2c22 = &i2c5mux0chn3;
i2c23 = &i2c6mux0chn0;
i2c24 = &i2c6mux0chn1;
i2c25 = &i2c6mux0chn2;
i2c26 = &i2c6mux0chn3;
i2c27 = &i2c14mux0chn0;
i2c28 = &i2c14mux0chn1;
i2c29 = &i2c14mux0chn2;
i2c30 = &i2c14mux0chn3;
i2c31 = &i2c14mux1chn0;
i2c32 = &i2c14mux1chn1;
i2c33 = &i2c14mux1chn2;
i2c34 = &i2c14mux1chn3;
i2c35 = &i2c15mux0chn0;
i2c36 = &i2c15mux0chn1;
i2c37 = &i2c15mux0chn2;
Annotation
- Immediate include surface: `dt-bindings/gpio/aspeed-gpio.h`, `dt-bindings/i2c/i2c.h`, `dt-bindings/leds/leds-pca955x.h`, `aspeed-g6.dtsi`, `ibm-power11-quad.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.