arch/powerpc/boot/dts/fsl/p1010rdb-pa.dtsi

Source file repositories/reference/linux-study-clean/arch/powerpc/boot/dts/fsl/p1010rdb-pa.dtsi

File Facts

System
Linux kernel
Corpus path
arch/powerpc/boot/dts/fsl/p1010rdb-pa.dtsi
Extension
.dtsi
Size
2823 bytes
Lines
86
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

&ifc_nand {
	partition@0 {
		/* This location must not be altered  */
		/* 1MB for u-boot Bootloader Image */
		reg = <0x0 0x00100000>;
		label = "NAND U-Boot Image";
		read-only;
	};

	partition@100000 {
		/* 1MB for DTB Image */
		reg = <0x00100000 0x00100000>;
		label = "NAND DTB Image";
	};

	partition@200000 {
		/* 4MB for Linux Kernel Image */
		reg = <0x00200000 0x00400000>;
		label = "NAND Linux Kernel Image";
	};

	partition@600000 {
		/* 4MB for Compressed Root file System Image */
		reg = <0x00600000 0x00400000>;
		label = "NAND Compressed RFS Image";
	};

	partition@a00000 {
		/* 15MB for JFFS2 based Root file System */
		reg = <0x00a00000 0x00f00000>;
		label = "NAND JFFS2 Root File System";
	};

	partition@1900000 {
		/* 7MB for User Area */
		reg = <0x01900000 0x00700000>;
		label = "NAND User area";
	};
};

&phy0 {
	interrupts = <1 1 0 0>;
};

&phy1 {
	interrupts = <2 1 0 0>;
};

&phy2 {
	interrupts = <4 1 0 0>;
};

Annotation

Implementation Notes