arch/arm/boot/dts/samsung/exynos5420-chagall-wifi.dts
Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/samsung/exynos5420-chagall-wifi.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm/boot/dts/samsung/exynos5420-chagall-wifi.dts- Extension
.dts- Size
- 1526 bytes
- Lines
- 76
- 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
exynos5420-galaxy-tab-common.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's Exynos5420 Chagall WiFi board device tree source
*
* Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
* http://www.samsung.com
* Copyright (c) 2022 Henrik Grimler
*/
/dts-v1/;
#include "exynos5420-galaxy-tab-common.dtsi"
/ {
model = "Samsung Chagall WiFi based on Exynos5420";
compatible = "samsung,chagall-wifi", "samsung,exynos5420", \
"samsung,exynos5";
};
&ldo15_reg {
/* Unused */
regulator-name = "VDD_LDO15";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
&ldo17_reg {
regulator-name = "VDD_IRLED_3V3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3350000>;
regulator-always-on;
regulator-boot-on;
regulator-state-mem {
regulator-off-in-suspend;
};
};
&ldo28_reg {
/* Unused */
regulator-name = "VDD_LDO28";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
&ldo29_reg {
regulator-name = "VDD_TCON_1V8";
regulator-min-microvolt = <1900000>;
regulator-max-microvolt = <1900000>;
regulator-state-mem {
regulator-off-in-suspend;
};
};
&ldo31_reg {
regulator-name = "VDD_GRIP_1V8";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-always-on;
regulator-boot-on;
regulator-state-mem {
regulator-off-in-suspend;
};
};
&ldo32_reg {
regulator-name = "VDD_TSP_1V8";
regulator-min-microvolt = <1900000>;
regulator-max-microvolt = <1900000>;
Annotation
- Immediate include surface: `exynos5420-galaxy-tab-common.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.