arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama-apollo.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama-apollo.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama-apollo.dts- Extension
.dts- Size
- 3409 bytes
- Lines
- 190
- 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.
- CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
Dependency Surface
sdm845-sony-xperia-tama.dtsi
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
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 Compact";
compatible = "sony,apollo-row", "qcom,sdm845";
};
&panel {
compatible = "sony,td4353-jdi-tama";
height-mm = <112>;
width-mm = <56>;
};
&pmi8998_gpios {
gpio-line-names = "NC", /* GPIO_1 */
"NC",
"NC",
"",
"VIB_LDO_EN",
"NC",
"",
"NC",
"NC",
"NC", /* GPIO_10 */
"NC",
"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 */
"NC",
Annotation
- Immediate include surface: `sdm845-sony-xperia-tama.dtsi`.
- Atlas domain: Architecture Layer / arch/arm64.
- Implementation status: atlas-only.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.