arch/arm/boot/dts/microchip/lan966x-pcb8291.dts
Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/microchip/lan966x-pcb8291.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm/boot/dts/microchip/lan966x-pcb8291.dts- Extension
.dts- Size
- 2321 bytes
- Lines
- 148
- Domain
- Architecture Layer
- Bucket
- arch/arm
- 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
lan966x.dtsidt-bindings/phy/phy-lan966x-serdes.h
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)
/*
* lan966x_pcb8291.dts - Device Tree file for PCB8291
*/
/dts-v1/;
#include "lan966x.dtsi"
#include "dt-bindings/phy/phy-lan966x-serdes.h"
/ {
model = "Microchip EVB - LAN9662";
compatible = "microchip,lan9662-pcb8291", "microchip,lan9662", "microchip,lan966";
chosen {
stdout-path = "serial0:115200n8";
};
aliases {
serial0 = &usart3;
};
gpio-restart {
compatible = "gpio-restart";
gpios = <&gpio 56 GPIO_ACTIVE_LOW>;
priority = <200>;
};
leds {
compatible = "gpio-leds";
led-s0-blue {
label = "s0:blue";
gpios = <&sgpio_out 2 0 GPIO_ACTIVE_LOW>;
default-state = "off";
};
led-s0-green {
label = "s0:green";
gpios = <&sgpio_out 2 1 GPIO_ACTIVE_LOW>;
default-state = "off";
};
led-s1-blue {
label = "s1:blue";
gpios = <&sgpio_out 3 0 GPIO_ACTIVE_LOW>;
default-state = "off";
};
led-s1-green {
label = "s1:green";
gpios = <&sgpio_out 3 1 GPIO_ACTIVE_LOW>;
default-state = "off";
};
};
};
&aes {
status = "disabled"; /* Reserved by secure OS */
};
&gpio {
fc3_b_pins: fc3-b-pins {
/* RX, TX */
pins = "GPIO_52", "GPIO_53";
function = "fc3_b";
};
can0_b_pins: can0-b-pins {
/* RX, TX */
pins = "GPIO_35", "GPIO_36";
function = "can0_b";
Annotation
- Immediate include surface: `lan966x.dtsi`, `dt-bindings/phy/phy-lan966x-serdes.h`.
- Atlas domain: Architecture Layer / arch/arm.
- 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.