arch/arm64/boot/dts/qcom/sm6115p-lenovo-j606f.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/sm6115p-lenovo-j606f.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/qcom/sm6115p-lenovo-j606f.dts- Extension
.dts- Size
- 7796 bytes
- Lines
- 389
- 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
sm6115.dtsipm6125.dtsi
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
/*
* Copyright (c) 2022 Linaro Limited
*/
/dts-v1/;
#include "sm6115.dtsi"
#include "pm6125.dtsi"
/ {
model = "Lenovo Tab P11";
compatible = "lenovo,j606f", "qcom,sm6115p", "qcom,sm6115";
chassis-type = "tablet";
/* required for bootloader to select correct board */
qcom,msm-id = <445 0x10000>, <420 0x10000>;
qcom,board-id = <34 3>;
aliases {
mmc0 = &sdhc_2;
};
chosen {
#address-cells = <2>;
#size-cells = <2>;
ranges;
framebuffer0: framebuffer@5c000000 {
compatible = "simple-framebuffer";
reg = <0 0x5c000000 0 (2000 * 1200 * 4)>;
width = <1200>;
height = <2000>;
stride = <(1200 * 4)>;
format = "a8r8g8b8";
clocks = <&gcc GCC_DISP_HF_AXI_CLK>;
};
};
gpio-keys {
compatible = "gpio-keys";
pinctrl-names = "default";
pinctrl-0 = <&vol_up_n>;
key-volume-up {
label = "Volume Up";
linux,code = <KEY_VOLUMEUP>;
gpios = <&pm6125_gpios 5 GPIO_ACTIVE_LOW>;
debounce-interval = <15>;
linux,can-disable;
wakeup-source;
};
};
reserved-memory {
ramoops@ffc00000 {
compatible = "ramoops";
reg = <0x0 0xffc00000 0x0 0x100000>;
record-size = <0x1000>;
console-size = <0x40000>;
ftrace-size = <0x20000>;
ecc-size = <16>;
};
};
};
&gpu {
status = "okay";
};
Annotation
- Immediate include surface: `sm6115.dtsi`, `pm6125.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.