arch/arm64/boot/dts/toshiba/tmpv7708_pins.dtsi
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/toshiba/tmpv7708_pins.dtsi
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/toshiba/tmpv7708_pins.dtsi- Extension
.dtsi- Size
- 1705 bytes
- Lines
- 99
- 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+ OR MIT)
&pmux {
spi0_pins: spi0-pins {
function = "spi0";
groups = "spi0_grp";
};
spi1_pins: spi1-pins {
function = "spi1";
groups = "spi1_grp";
};
spi2_pins: spi2-pins {
function = "spi2";
groups = "spi2_grp";
};
spi3_pins: spi3-pins {
function = "spi3";
groups = "spi3_grp";
};
spi4_pins: spi4-pins {
function = "spi4";
groups = "spi4_grp";
};
spi5_pins: spi5-pins {
function = "spi5";
groups = "spi5_grp";
};
spi6_pins: spi6-pins {
function = "spi6";
groups = "spi6_grp";
};
uart0_pins: uart0-pins {
function = "uart0";
groups = "uart0_grp";
};
uart1_pins: uart1-pins {
function = "uart1";
groups = "uart1_grp";
};
uart2_pins: uart2-pins {
function = "uart2";
groups = "uart2_grp";
};
uart3_pins: uart3-pins {
function = "uart3";
groups = "uart3_grp";
};
i2c0_pins: i2c0-pins {
function = "i2c0";
groups = "i2c0_grp";
bias-pull-up;
};
i2c1_pins: i2c1-pins {
function = "i2c1";
groups = "i2c1_grp";
bias-pull-up;
};
i2c2_pins: i2c2-pins {
function = "i2c2";
groups = "i2c2_grp";
bias-pull-up;
};
i2c3_pins: i2c3-pins {
function = "i2c3";
groups = "i2c3_grp";
bias-pull-up;
};
i2c4_pins: i2c4-pins {
function = "i2c4";
groups = "i2c4_grp";
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.