arch/arm64/boot/dts/qcom/msm8937-xiaomi-land.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/msm8937-xiaomi-land.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/qcom/msm8937-xiaomi-land.dts- Extension
.dts- Size
- 7439 bytes
- Lines
- 382
- 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/gpio/gpio.hdt-bindings/leds/common.hmsm8937.dtsipm8937.dtsipmi8950.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) 2024, Barnabas Czeman
*/
/dts-v1/;
#include <dt-bindings/arm/qcom,ids.h>
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/leds/common.h>
#include "msm8937.dtsi"
#include "pm8937.dtsi"
#include "pmi8950.dtsi"
/delete-node/ &qseecom_mem;
/ {
model = "Xiaomi Redmi 3S (land)";
compatible = "xiaomi,land", "qcom,msm8937";
chassis-type = "handset";
qcom,msm-id = <QCOM_ID_MSM8937 0x0>;
qcom,board-id = <0x1000b 1>, <0x2000b 1>;
aliases {
mmc0 = &sdhc_1;
mmc1 = &sdhc_2;
};
battery: battery {
compatible = "simple-battery";
charge-full-design-microamp-hours = <4100000>;
constant-charge-current-max-microamp = <1000000>;
voltage-min-design-microvolt = <3400000>;
voltage-max-design-microvolt = <4400000>;
};
chosen {
#address-cells = <2>;
#size-cells = <2>;
ranges;
stdout-path = "framebuffer0";
framebuffer0: framebuffer@8dd01000 {
compatible = "simple-framebuffer";
reg = <0x0 0x8dd01000 0x0 (720 * 1280 * 3)>;
width = <720>;
height = <1280>;
stride = <(720 * 3)>;
format = "r8g8b8";
clocks = <&gcc GCC_MDSS_AHB_CLK>,
<&gcc GCC_MDSS_AXI_CLK>,
<&gcc GCC_MDSS_VSYNC_CLK>,
<&gcc GCC_MDSS_MDP_CLK>,
<&gcc GCC_MDSS_BYTE0_CLK>,
<&gcc GCC_MDSS_PCLK0_CLK>,
<&gcc GCC_MDSS_ESC0_CLK>;
power-domains = <&gcc MDSS_GDSC>;
};
};
gpio-keys {
compatible = "gpio-keys";
pinctrl-0 = <&gpio_keys_default>;
pinctrl-names = "default";
Annotation
- Immediate include surface: `dt-bindings/arm/qcom,ids.h`, `dt-bindings/gpio/gpio.h`, `dt-bindings/leds/common.h`, `msm8937.dtsi`, `pm8937.dtsi`, `pmi8950.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.