arch/arm64/boot/dts/amlogic/meson-sm1-s905d3-libretech-cc.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/amlogic/meson-sm1-s905d3-libretech-cc.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/amlogic/meson-sm1-s905d3-libretech-cc.dts- Extension
.dts- Size
- 2057 bytes
- Lines
- 77
- 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
meson-sm1.dtsimeson-libretech-cottonwood.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+ OR MIT)
/*
* Copyright (c) 2023 BayLibre, SAS.
* Author: Jerome Brunet <jbrunet@baylibre.com>
*/
/dts-v1/;
#include "meson-sm1.dtsi"
#include "meson-libretech-cottonwood.dtsi"
/ {
compatible = "libretech,aml-s905d3-cc", "amlogic,sm1";
model = "Libre Computer AML-S905D3-CC Solitude";
sound {
model = "LC-SOLITUDE";
audio-routing = "TDMOUT_A IN 0", "FRDDR_A OUT 0",
"TDMOUT_A IN 1", "FRDDR_B OUT 0",
"TDMOUT_A IN 2", "FRDDR_C OUT 0",
"TDM_A Playback", "TDMOUT_A OUT",
"TDMOUT_B IN 0", "FRDDR_A OUT 1",
"TDMOUT_B IN 1", "FRDDR_B OUT 1",
"TDMOUT_B IN 2", "FRDDR_C OUT 1",
"TDM_B Playback", "TDMOUT_B OUT",
"TDMOUT_C IN 0", "FRDDR_A OUT 2",
"TDMOUT_C IN 1", "FRDDR_B OUT 2",
"TDMOUT_C IN 2", "FRDDR_C OUT 2",
"TDM_C Playback", "TDMOUT_C OUT",
"TDMIN_A IN 0", "TDM_A Capture",
"TDMIN_B IN 0", "TDM_A Capture",
"TDMIN_C IN 0", "TDM_A Capture",
"TDMIN_A IN 13", "TDM_A Loopback",
"TDMIN_B IN 13", "TDM_A Loopback",
"TDMIN_C IN 13", "TDM_A Loopback",
"TDMIN_A IN 1", "TDM_B Capture",
"TDMIN_B IN 1", "TDM_B Capture",
"TDMIN_C IN 1", "TDM_B Capture",
"TDMIN_A IN 14", "TDM_B Loopback",
"TDMIN_B IN 14", "TDM_B Loopback",
"TDMIN_C IN 14", "TDM_B Loopback",
"TDMIN_A IN 2", "TDM_C Capture",
"TDMIN_B IN 2", "TDM_C Capture",
"TDMIN_C IN 2", "TDM_C Capture",
"TDMIN_A IN 15", "TDM_C Loopback",
"TDMIN_B IN 15", "TDM_C Loopback",
"TDMIN_C IN 15", "TDM_C Loopback",
"TODDR_A IN 0", "TDMIN_A OUT",
"TODDR_B IN 0", "TDMIN_A OUT",
"TODDR_C IN 0", "TDMIN_A OUT",
"TODDR_A IN 1", "TDMIN_B OUT",
"TODDR_B IN 1", "TDMIN_B OUT",
"TODDR_C IN 1", "TDMIN_B OUT",
"TODDR_A IN 2", "TDMIN_C OUT",
"TODDR_B IN 2", "TDMIN_C OUT",
"TODDR_C IN 2", "TDMIN_C OUT",
"Lineout", "ACODEC LOLP",
"Lineout", "ACODEC LORP";
};
};
&cpu0 {
cpu-supply = <&vddcpu_b>;
};
&cpu1 {
cpu-supply = <&vddcpu_b>;
};
&cpu2 {
Annotation
- Immediate include surface: `meson-sm1.dtsi`, `meson-libretech-cottonwood.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.