arch/arm64/boot/dts/qcom/sm7125-xiaomi-common.dtsi
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/sm7125-xiaomi-common.dtsi
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/qcom/sm7125-xiaomi-common.dtsi- Extension
.dtsi- Size
- 10054 bytes
- Lines
- 452
- 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/arm/qcom,ids.hdt-bindings/firmware/qcom,scm.hdt-bindings/gpio/gpio.hdt-bindings/regulator/qcom,rpmh-regulator.hsm7125.dtsipm6150.dtsipm6150l.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
/*
* Copyright (c) 2021, The Linux Foundation. All rights reserved.
*/
/dts-v1/;
#include <dt-bindings/arm/qcom,ids.h>
#include <dt-bindings/firmware/qcom,scm.h>
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
#include "sm7125.dtsi"
#include "pm6150.dtsi"
#include "pm6150l.dtsi"
/delete-node/ &ipa_fw_mem;
/delete-node/ &rmtfs_mem;
/ {
chassis-type = "handset";
qcom,msm-id = <QCOM_ID_SM7125 0>;
chosen {
#address-cells = <2>;
#size-cells = <2>;
ranges;
framebuffer@9c000000 {
compatible = "simple-framebuffer";
reg = <0x0 0x9c000000 0x0 (1080 * 2400 * 4)>;
width = <1080>;
height = <2400>;
stride = <(1080 * 4)>;
format = "a8r8g8b8";
clocks = <&gcc GCC_DISP_HF_AXI_CLK>;
};
};
gpio_keys: gpio-keys {
compatible = "gpio-keys";
key-vol-up {
label = "Volume Up";
linux,code = <KEY_VOLUMEUP>;
gpios = <&pm6150l_gpios 2 GPIO_ACTIVE_LOW>;
debounce-interval = <15>;
linux,can-disable;
wakeup-source;
};
};
reserved-memory {
mpss_mem: memory@86000000 {
reg = <0x0 0x86000000 0x0 0x8400000>;
no-map;
};
venus_mem: memory@8ee00000 {
reg = <0x0 0x8ee00000 0x0 0x500000>;
no-map;
};
cdsp_mem: memory@8f300000 {
reg = <0x0 0x8f300000 0x0 0x1e00000>;
no-map;
};
adsp_mem: memory@91100000 {
reg = <0x0 0x91100000 0x0 0x2800000>;
Annotation
- Immediate include surface: `dt-bindings/arm/qcom,ids.h`, `dt-bindings/firmware/qcom,scm.h`, `dt-bindings/gpio/gpio.h`, `dt-bindings/regulator/qcom,rpmh-regulator.h`, `sm7125.dtsi`, `pm6150.dtsi`, `pm6150l.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.