arch/arm64/boot/dts/qcom/x1e80100-microsoft-denali-oled.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/x1e80100-microsoft-denali-oled.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/qcom/x1e80100-microsoft-denali-oled.dts
Extension
.dts
Size
388 bytes
Lines
20
Domain
Architecture Layer
Bucket
arch/arm64
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: BSD-3-Clause
/*
 * Copyright (c) 2025 Dale Whinham <daleyo@gmail.com>
 */

/dts-v1/;

#include "hamoa.dtsi"
#include "x1-microsoft-denali.dtsi"

/ {
	model = "Microsoft Surface Pro 11th Edition (OLED)";
	compatible = "microsoft,denali-oled", "microsoft,denali",
		     "qcom,x1e80100";
};

&panel {
	compatible = "samsung,atna30dw01", "samsung,atna33xc20";
};

Annotation

Implementation Notes