arch/arm64/boot/dts/realtek/rtd1861b-krypton.dtsi
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/realtek/rtd1861b-krypton.dtsi
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/realtek/rtd1861b-krypton.dtsi- Extension
.dtsi- Size
- 1193 bytes
- Lines
- 73
- 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
rtd1861.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
/*
* Realtek RTD1861B Krypton EVB
*
* Copyright (c) 2024 Realtek Semiconductor Corp.
*/
/dts-v1/;
#include "rtd1861.dtsi"
/ {
chosen {
stdout-path = "serial0:460800n8";
};
reserved_memory: reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;
linux,cma {
compatible = "shared-dma-pool";
alignment = <0x0 0x400000>;
alloc-ranges = <0x0 0x0 0x0 0x20000000>;
size = <0x0 0x2000000>;
reusable;
linux,cma-default;
};
};
cpu_opps: opp-table-cpu {
compatible = "operating-points-v2";
opp-shared;
opp1200: opp-1200000000 {
opp-hz = /bits/ 64 <1200000000>;
opp-microvolt = <900000>;
};
opp1600: opp-1600000000 {
opp-hz = /bits/ 64 <1600000000>;
opp-microvolt = <1000000>;
opp-suspend;
};
opp1800: opp-1800000000 {
opp-hz = /bits/ 64 <1800000000>;
opp-microvolt = <1050000>;
};
};
};
&cpu0 {
operating-points-v2 = <&cpu_opps>;
#cooling-cells = <2>;
};
&cpu1 {
operating-points-v2 = <&cpu_opps>;
#cooling-cells = <2>;
};
&cpu2 {
operating-points-v2 = <&cpu_opps>;
#cooling-cells = <2>;
};
&cpu3 {
operating-points-v2 = <&cpu_opps>;
Annotation
- Immediate include surface: `rtd1861.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.