arch/arm64/boot/dts/aspeed/aspeed-g7-soc1-pinctrl.dtsi
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/aspeed/aspeed-g7-soc1-pinctrl.dtsi
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/aspeed/aspeed-g7-soc1-pinctrl.dtsi- Extension
.dtsi- Size
- 19082 bytes
- Lines
- 1012
- 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
- No C-style include directives detected by the generator.
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
// SPDX-License-Identifier: GPL-2.0-only OR MIT
// Copyright 2025 ASPEED Corp.
&pinctrl1 {
pinctrl_sgpm0_default: sgpm0-default-state {
function = "SGPM0";
groups = "SGPM0";
};
pinctrl_dsgpm0_default: dsgpm0-default-state {
function = "SGPM0";
groups = "DSGPM0";
};
pinctrl_sgpm1_default: sgpm1-default-state {
function = "SGPM1";
groups = "SGPM1";
};
pinctrl_sgps_default: sgps-default-state {
function = "SGPS";
groups = "SGPS";
};
pinctrl_adc0_default: adc0-default-state {
function = "ADC0";
groups = "ADC0";
};
pinctrl_adc1_default: adc1-default-state {
function = "ADC1";
groups = "ADC1";
};
pinctrl_adc2_default: adc2-default-state {
function = "ADC2";
groups = "ADC2";
};
pinctrl_adc3_default: adc3-default-state {
function = "ADC3";
groups = "ADC3";
};
pinctrl_adc4_default: adc4-default-state {
function = "ADC4";
groups = "ADC4";
};
pinctrl_adc5_default: adc5-default-state {
function = "ADC5";
groups = "ADC5";
};
pinctrl_adc6_default: adc6-default-state {
function = "ADC6";
groups = "ADC6";
};
pinctrl_adc7_default: adc7-default-state {
function = "ADC7";
groups = "ADC7";
};
pinctrl_adc8_default: adc8-default-state {
function = "ADC8";
groups = "ADC8";
};
pinctrl_adc9_default: adc9-default-state {
Annotation
- 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.