arch/powerpc/boot/dts/fsl/pq3-etsec1-0.dtsi

Source file repositories/reference/linux-study-clean/arch/powerpc/boot/dts/fsl/pq3-etsec1-0.dtsi

File Facts

System
Linux kernel
Corpus path
arch/powerpc/boot/dts/fsl/pq3-etsec1-0.dtsi
Extension
.dtsi
Size
2295 bytes
Lines
55
Domain
Architecture Layer
Bucket
arch/powerpc
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.

Dependency Surface

Detected Declarations

Annotated Snippet

ethernet@24000 {
	#address-cells = <1>;
	#size-cells = <1>;
	cell-index = <0>;
	device_type = "network";
	model = "eTSEC";
	compatible = "gianfar";
	reg = <0x24000 0x1000>;
	ranges = <0x0 0x24000 0x1000>;
	fsl,magic-packet;
	local-mac-address = [ 00 00 00 00 00 00 ];
	interrupts = <29 2 0 0 30 2 0 0 34 2 0 0>;
};

mdio@24520 {
	#address-cells = <1>;
	#size-cells = <0>;
	compatible = "fsl,gianfar-mdio";
	reg = <0x24520 0x20>;
};

Annotation

Implementation Notes