arch/arm64/boot/dts/qcom/sdm850-samsung-w737.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/sdm850-samsung-w737.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/qcom/sdm850-samsung-w737.dts- Extension
.dts- Size
- 13635 bytes
- Lines
- 690
- 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
dt-bindings/pinctrl/qcom,pmic-gpio.hdt-bindings/input/gpio-keys.hdt-bindings/input/input.hdt-bindings/regulator/qcom,rpmh-regulator.hdt-bindings/sound/qcom,q6afe.hdt-bindings/sound/qcom,q6asm.hsdm850.dtsisdm845-wcd9340.dtsipm8998.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
/*
* Samsung Galaxy Book2
*
* Copyright (c) 2022, Xilin Wu <strongtz@yeah.net>
*/
/dts-v1/;
#include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
#include <dt-bindings/input/gpio-keys.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
#include <dt-bindings/sound/qcom,q6afe.h>
#include <dt-bindings/sound/qcom,q6asm.h>
#include "sdm850.dtsi"
#include "sdm845-wcd9340.dtsi"
#include "pm8998.dtsi"
/*
* Update following upstream (sdm845.dtsi) reserved
* memory mappings for firmware loading to succeed
*/
/delete-node/ &qseecom_mem;
/delete-node/ &wlan_msa_mem;
/delete-node/ &slpi_mem;
/delete-node/ &ipa_fw_mem;
/delete-node/ &ipa_gsi_mem;
/delete-node/ &gpu_mem;
/delete-node/ &mpss_region;
/delete-node/ &adsp_mem;
/delete-node/ &cdsp_mem;
/delete-node/ &venus_mem;
/delete-node/ &mba_region;
/delete-node/ &spss_mem;
/ {
model = "Samsung Galaxy Book2";
compatible = "samsung,w737", "qcom,sdm845";
chassis-type = "convertible";
chosen {
#address-cells = <2>;
#size-cells = <2>;
ranges;
/* Firmware initialized the display at 1280p instead of 1440p */
framebuffer0: framebuffer@80400000 {
compatible = "simple-framebuffer";
reg = <0 0x80400000 0 (1920 * 1280 * 4)>;
width = <1920>;
height = <1280>;
stride = <(1920 * 4)>;
format = "a8r8g8b8";
};
};
aliases {
serial1 = &uart6;
};
/* Reserved memory changes */
reserved-memory {
/* Bootloader display framebuffer region */
cont_splash_mem: memory@80400000 {
reg = <0x0 0x80400000 0x0 0x960000>;
no-map;
};
qseecom_mem: memory@8b500000 {
Annotation
- Immediate include surface: `dt-bindings/pinctrl/qcom,pmic-gpio.h`, `dt-bindings/input/gpio-keys.h`, `dt-bindings/input/input.h`, `dt-bindings/regulator/qcom,rpmh-regulator.h`, `dt-bindings/sound/qcom,q6afe.h`, `dt-bindings/sound/qcom,q6asm.h`, `sdm850.dtsi`, `sdm845-wcd9340.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.