arch/arm64/boot/dts/exynos/exynos7870-j7xelte.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/exynos/exynos7870-j7xelte.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/exynos/exynos7870-j7xelte.dts- Extension
.dts- Size
- 10770 bytes
- Lines
- 495
- 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
exynos7870.dtsidt-bindings/gpio/gpio.hdt-bindings/input/input.hdt-bindings/interrupt-controller/irq.h
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
// SPDX-License-Identifier: GPL-2.0
/*
* Samsung Galaxy J7 (2016) (j7xelte) device tree source
*
* Copyright (c) 2025 Rayan Marzouk <rayanmarzouk743@gmail.com>
*/
/dts-v1/;
#include "exynos7870.dtsi"
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/interrupt-controller/irq.h>
/ {
model = "Samsung Galaxy J7 (2016)";
compatible = "samsung,j7xelte", "samsung,exynos7870";
chassis-type = "handset";
aliases {
mmc0 = &mmc0;
mmc1 = &mmc1;
mmc2 = &mmc2;
serial0 = &serial0;
serial1 = &serial1;
serial2 = &serial2;
};
chosen {
#address-cells = <2>;
#size-cells = <1>;
ranges;
stdout-path = &serial2;
framebuffer@67000000 {
compatible = "simple-framebuffer";
reg = <0x0 0x67000000 (720 * 1280 * 4)>;
width = <720>;
height = <1280>;
stride = <(720 * 4)>;
format = "a8r8g8b8";
};
};
gpio-keys {
compatible = "gpio-keys";
label = "GPIO Keys";
pinctrl-names = "default";
pinctrl-0 = <&key_home &key_power &key_voldown &key_volup>;
key-home {
label = "Home Key";
gpios = <&gpa1 7 GPIO_ACTIVE_LOW>;
linux,code = <KEY_HOMEPAGE>;
};
key-power {
label = "Power Key";
gpios = <&gpa0 0 GPIO_ACTIVE_LOW>;
linux,code = <KEY_POWER>;
};
key-voldown {
label = "Volume Down Key";
gpios = <&gpa2 1 GPIO_ACTIVE_LOW>;
linux,code = <KEY_VOLUMEDOWN>;
};
key-volup {
Annotation
- Immediate include surface: `exynos7870.dtsi`, `dt-bindings/gpio/gpio.h`, `dt-bindings/input/input.h`, `dt-bindings/interrupt-controller/irq.h`.
- 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.