arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-everest.dts

Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-everest.dts

File Facts

System
Linux kernel
Corpus path
arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-everest.dts
Extension
.dts
Size
73470 bytes
Lines
4039
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.

Dependency Surface

Detected Declarations

Annotated Snippet

// SPDX-License-Identifier: GPL-2.0-or-later
// Copyright 2020 IBM Corp.
/dts-v1/;

#include "aspeed-g6.dtsi"
#include <dt-bindings/gpio/aspeed-gpio.h>
#include <dt-bindings/i2c/i2c.h>
#include <dt-bindings/leds/leds-pca955x.h>

/ {
	model = "Everest";
	compatible = "ibm,everest-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;
		i2c38 = &i2c15mux0chn3;

Annotation

Implementation Notes