arch/arm/boot/dts/aspeed/aspeed-bmc-delta-ahe50dc.dts
Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/aspeed/aspeed-bmc-delta-ahe50dc.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm/boot/dts/aspeed/aspeed-bmc-delta-ahe50dc.dts- Extension
.dts- Size
- 7939 bytes
- Lines
- 419
- 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
aspeed-g4.dtsidt-bindings/gpio/aspeed-gpio.hopenbmc-flash-layout.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+
/dts-v1/;
#include "aspeed-g4.dtsi"
#include <dt-bindings/gpio/aspeed-gpio.h>
#define EFUSE_OUTPUT(n) \
efuse##n { \
compatible = "regulator-output"; \
vout-supply = <&efuse##n>; \
}
#define __stringify(x) #x
#define EFUSE(hexaddr, num) \
efuse@##hexaddr { \
compatible = "ti,lm25066"; \
reg = <0x##hexaddr>; \
shunt-resistor-micro-ohms = <675>; \
regulators { \
efuse##num: vout { \
regulator-name = __stringify(efuse##num##-reg); \
}; \
}; \
}
/{
model = "Delta Power AHE-50DC";
compatible = "delta,ahe50dc-bmc", "aspeed,ast2400";
aliases {
serial4 = &uart5;
/*
* pca9541-arbitrated logical i2c buses are numbered as the
* corresponding physical bus plus 20
*/
i2c20 = &i2carb0;
i2c21 = &i2carb1;
i2c22 = &i2carb2;
i2c23 = &i2carb3;
i2c24 = &i2carb4;
i2c26 = &i2carb6;
i2c27 = &i2carb7;
i2c28 = &i2carb8;
i2c32 = &i2carb12;
};
chosen {
stdout-path = &uart3;
bootargs = "console=ttyS2,115200n8 earlycon";
};
memory@40000000 {
reg = <0x40000000 0x10000000>;
};
leds {
compatible = "gpio-leds";
heartbeat {
gpios = <&gpio ASPEED_GPIO(P, 0) GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
};
panic {
gpios = <&gpio ASPEED_GPIO(P, 2) GPIO_ACTIVE_HIGH>;
linux,default-trigger = "panic";
};
};
Annotation
- Immediate include surface: `aspeed-g4.dtsi`, `dt-bindings/gpio/aspeed-gpio.h`, `openbmc-flash-layout.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.