arch/arm/boot/dts/samsung/exynos5260-xyref5260.dts
Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/samsung/exynos5260-xyref5260.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm/boot/dts/samsung/exynos5260-xyref5260.dts- Extension
.dts- Size
- 2298 bytes
- Lines
- 118
- 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
exynos5260.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
/*
* Samsung XYREF5260 board device tree source
*
* Copyright (c) 2013 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*/
/dts-v1/;
#include "exynos5260.dtsi"
/ {
model = "Samsung XYREF5260 board based on Exynos5260";
compatible = "samsung,xyref5260", "samsung,exynos5260", "samsung,exynos5";
memory@20000000 {
device_type = "memory";
reg = <0x20000000 0x80000000>;
};
aliases {
mmc0 = &mmc_0;
mmc1 = &mmc_2;
};
chosen {
stdout-path = "serial2:115200n8";
};
fin_pll: xxti {
compatible = "fixed-clock";
clock-frequency = <24000000>;
clock-output-names = "fin_pll";
#clock-cells = <0>;
};
ioclk_pcm: clock-pcm-ext {
compatible = "fixed-clock";
clock-frequency = <2048000>;
clock-output-names = "ioclk_pcm_extclk";
#clock-cells = <0>;
};
ioclk_i2s: clock-i2s-cd {
compatible = "fixed-clock";
clock-frequency = <147456000>;
clock-output-names = "ioclk_i2s_cdclk";
#clock-cells = <0>;
};
ioclk_spdif: clock-spdif-ext {
compatible = "fixed-clock";
clock-frequency = <49152000>;
clock-output-names = "ioclk_spdif_extclk";
#clock-cells = <0>;
};
xrtcxti: xrtcxti {
compatible = "fixed-clock";
clock-frequency = <32768>;
clock-output-names = "xrtcxti";
#clock-cells = <0>;
};
};
&pinctrl_0 {
hdmi_hpd_irq: hdmi-hpd-irq-pins {
samsung,pins = "gpx3-7";
samsung,pin-function = <EXYNOS_PIN_FUNC_INPUT>;
samsung,pin-pud = <EXYNOS_PIN_PULL_DOWN>;
Annotation
- Immediate include surface: `exynos5260.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.