arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo-pdx206.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo-pdx206.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo-pdx206.dts
Extension
.dts
Size
5363 bytes
Lines
280
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) 2021, Konrad Dybcio <konrad.dybcio@somainline.org>
 */

/dts-v1/;

#include "sm8250-sony-xperia-edo.dtsi"

/ {
	model = "Sony Xperia 5 II";
	compatible = "sony,pdx206-generic", "qcom,sm8250";
	chassis-type = "handset";
};

&framebuffer {
	width = <1080>;
	height = <2520>;
	stride = <(1080 * 4)>;
};

&gpio_keys {
	pinctrl-0 = <&focus_n &snapshot_n &vol_down_n &g_assist_n>;

	g-assist-key {
		label = "Google Assistant Key";
		linux,code = <KEY_LEFTMETA>;
		gpios = <&pm8150_gpios 6 GPIO_ACTIVE_LOW>;
		debounce-interval = <15>;
		linux,can-disable;
		wakeup-source;
	};
};

&pm8009_gpios {
	gpio-line-names = "NC", /* GPIO_1 */
			  "NC",
			  "WIDEC_PWR_EN",
			  "NC";
};

&pm8150_gpios {
	gpio-line-names = "VOL_DOWN_N", /* GPIO_1 */
			  "OPTION_2",
			  "NC",
			  "PM_SLP_CLK_IN",
			  "OPTION_1",
			  "G_ASSIST_N",
			  "NC",
			  "SP_ARI_PWR_ALARM",
			  "NC",
			  "NC"; /* GPIO_10 */

	g_assist_n: g-assist-n-state {
		pins = "gpio6";
		function = "normal";
		power-source = <1>;
		bias-pull-up;
		input-enable;
	};
};

&pm8150b_gpios {
	gpio-line-names = "SNAPSHOT_N", /* GPIO_1 */
			  "FOCUS_N",
			  "NC",
			  "NC",
			  "RF_LCD_ID_EN",
			  "NC",
			  "NC",

Annotation

Implementation Notes