arch/arm/boot/dts/qcom/qcom-apq8026-samsung-milletwifi.dts
Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/qcom/qcom-apq8026-samsung-milletwifi.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm/boot/dts/qcom/qcom-apq8026-samsung-milletwifi.dts- Extension
.dts- Size
- 11478 bytes
- Lines
- 576
- Domain
- Architecture Layer
- Bucket
- arch/arm
- 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/input/input.hdt-bindings/power/summit,smb347-charger.hqcom-msm8226.dtsipm8226.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) 2022, Matti Lehtimäki <matti.lehtimaki@gmail.com>
* Copyright (c) 2023, Bryant Mairs <bryant@mai.rs>
*/
/dts-v1/;
#include <dt-bindings/input/input.h>
#include <dt-bindings/power/summit,smb347-charger.h>
#include "qcom-msm8226.dtsi"
#include "pm8226.dtsi"
/delete-node/ &adsp_region;
/delete-node/ &mba_region;
/delete-node/ &mpss_region;
/delete-node/ &smem_region;
/ {
model = "Samsung Galaxy Tab 4 8.0 Wi-Fi";
compatible = "samsung,milletwifi", "qcom,apq8026";
chassis-type = "tablet";
aliases {
display0 = &framebuffer0;
mmc0 = &sdhc_1; /* SDC1 eMMC slot */
mmc1 = &sdhc_2; /* SDC2 SD card slot */
};
chosen {
#address-cells = <1>;
#size-cells = <1>;
ranges;
stdout-path = "display0";
framebuffer0: framebuffer@3200000 {
compatible = "simple-framebuffer";
reg = <0x03200000 0x800000>;
width = <800>;
height = <1280>;
stride = <(800 * 3)>;
format = "r8g8b8";
};
};
gpio-hall-sensor {
compatible = "gpio-keys";
event-hall-sensor {
label = "Cover";
gpios = <&tlmm 37 GPIO_ACTIVE_LOW>;
linux,input-type = <EV_SW>;
linux,code = <SW_LID>;
debounce-interval = <15>;
linux,can-disable;
wakeup-source;
};
};
gpio-keys {
compatible = "gpio-keys";
autorepeat;
key-home {
label = "Home";
gpios = <&tlmm 108 GPIO_ACTIVE_LOW>;
linux,code = <KEY_HOMEPAGE>;
debounce-interval = <15>;
};
Annotation
- Immediate include surface: `dt-bindings/input/input.h`, `dt-bindings/power/summit,smb347-charger.h`, `qcom-msm8226.dtsi`, `pm8226.dtsi`.
- Atlas domain: Architecture Layer / arch/arm.
- 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.