arch/mips/boot/dts/mobileye/eyeq6lplus-pins.dtsi
Source file repositories/reference/linux-study-clean/arch/mips/boot/dts/mobileye/eyeq6lplus-pins.dtsi
File Facts
- System
- Linux kernel
- Corpus path
arch/mips/boot/dts/mobileye/eyeq6lplus-pins.dtsi- Extension
.dtsi- Size
- 1898 bytes
- Lines
- 85
- Domain
- Architecture Layer
- Bucket
- arch/mips
- 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 BSD-2-Clause)
&olb {
timer0_pins: timer0-pins {
function = "timer0";
pins = "PA0", "PA1";
};
timer1_pins: timer1-pins {
function = "timer1";
pins = "PA2", "PA3";
};
uart_ssi_pins: uart-ssi-pins {
function = "uart_ssi";
pins = "PA4", "PA5";
};
spi0_pins: spi0-pins {
function = "spi0";
pins = "PA6", "PA7", "PA8", "PA9";
};
uart0_pins: uart0-pins {
function = "uart0";
pins = "PA11", "PA12";
};
timer2_pins: timer2-pins {
function = "timer2";
pins = "PA13", "PA14";
};
timer3_pins: timer3-pins {
function = "timer3";
pins = "PA15", "PA16";
};
timer_ext0_pins: timer-ext0-pins {
function = "timer_ext0";
pins = "PA17", "PA18", "PA19", "PA20";
};
timer_ext0_input_a_pins: timer-ext0-input-a-pins {
function = "timer_ext0";
pins = "PA17";
};
pps0_pins: pps0-pins {
function = "timer_ext0";
pins = "PA17";
};
timer_ext0_input_b_pins: timer-ext0-input-b-pins {
function = "timer_ext0";
pins = "PA18";
};
timer_ext0_output_pins: timer-ext0-output-pins {
function = "timer_ext0";
pins = "PA19", "PA20";
};
spi1_pins: spi1-pins {
function = "spi1";
pins = "PA21", "PA22", "PA23", "PA24";
};
spi1_reduced_pins: spi1-reduced-pins {
function = "spi1";
pins = "PA21", "PA22", "PA23";
};
timer_ext1_pins: timer-ext1-pins {
function = "timer_ext1";
pins = "PA26", "PA27", "PA28", "PA29";
};
timer_ext1_input_a_pins: timer-ext1-input-a-pins {
function = "timer_ext1";
pins = "PA26";
};
timer_ext1_input_b_pins: timer-ext1-input-b-pins {
function = "timer_ext1";
pins = "PA27";
Annotation
- Atlas domain: Architecture Layer / arch/mips.
- 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.