arch/arm/boot/dts/hpe/hpe-bmc-dl360gen10.dts

Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/hpe/hpe-bmc-dl360gen10.dts

File Facts

System
Linux kernel
Corpus path
arch/arm/boot/dts/hpe/hpe-bmc-dl360gen10.dts
Extension
.dts
Size
436 bytes
Lines
27
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
/*
 * Device Tree file for HPE DL360Gen10
 */

/include/ "hpe-gxp.dtsi"

/ {
	#address-cells = <1>;
	#size-cells = <1>;
	compatible = "hpe,gxp-dl360gen10", "hpe,gxp";
	model = "Hewlett Packard Enterprise ProLiant dl360 Gen10";

	aliases {
		serial0 = &uartc;
	};

	chosen {
		stdout-path = "serial0:115200n8";
	};

	memory@40000000 {
		device_type = "memory";
		reg = <0x40000000 0x20000000>;
	};
};

Annotation

Implementation Notes