arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama-akari.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama-akari.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama-akari.dts
Extension
.dts
Size
3379 bytes
Lines
188
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 "sdm845-sony-xperia-tama.dtsi"

/ {
	model = "Sony Xperia XZ2";
	compatible = "sony,akari-row", "qcom,sdm845";
};

&panel {
	compatible = "sony,td4353-jdi-tama";
};

&pmi8998_gpios {
	gpio-line-names = "NC", /* GPIO_1 */
			  "NC",
			  "NC",
			  "",
			  "NC",
			  "NC",
			  "",
			  "WLC_EN_N",
			  "NC",
			  "NC", /* GPIO_10 */
			  "RSVD(WLC_EN_N)",
			  "CAM_IO_EN",
			  "",
			  "NC";
};

&tlmm {
	gpio-line-names = "NC", /* GPIO_0 */
			  "NC",
			  "NC",
			  "NC",
			  "DEBUG_UART_TX",
			  "DEBUG_UART_RX",
			  "DISP_RESET_N",
			  "NC",
			  "CHAT_CAM_PWR_EN",
			  "CAM2_RSTN",
			  "MDP_VSYNC_P", /* GPIO_10 */
			  "RGBC_IR_INT",
			  "NFC_VEN",
			  "CAM_MCLK0",
			  "CAM_MCLK1",
			  "NC",
			  "NC",
			  "CCI_I2C_SDA0",
			  "CCI_I2C_SCL0",
			  "CCI_I2C_SDA1",
			  "CCI_I2C_SCL1", /* GPIO_20 */
			  "CAM_SOF",
			  "TOF_INT",
			  "TOF_RESET_N",
			  "NC",
			  "NC",
			  "NC",
			  "MAIN_CAM_PWR_EN",
			  "DVDT_ENABLE",
			  "DVDT_WRT_DET_AND",
			  "DVDT_WRT_DET_OR", /* GPIO_30 */
			  "WLC_INT_N",
			  "NC",
			  "CAMSENSOR_I2C_SDA",

Annotation

Implementation Notes