arch/arm64/boot/dts/qcom/x1e78100-lenovo-thinkpad-t14s-oled.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/x1e78100-lenovo-thinkpad-t14s-oled.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/qcom/x1e78100-lenovo-thinkpad-t14s-oled.dts
Extension
.dts
Size
477 bytes
Lines
21
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, Linaro Limited
 */

#include "x1e78100-lenovo-thinkpad-t14s.dtsi"

/ {
	model = "Lenovo ThinkPad T14s Gen 6 (OLED)";
	compatible = "lenovo,thinkpad-t14s-oled", "lenovo,thinkpad-t14s",
		     "qcom,x1e78100", "qcom,x1e80100";
};

&panel {
	compatible = "samsung,atna40yk20", "samsung,atna33xc20";
	enable-gpios = <&pmc8380_3_gpios 4 GPIO_ACTIVE_HIGH>;

	pinctrl-0 = <&edp_bl_en>;
	pinctrl-names = "default";
};

Annotation

Implementation Notes