arch/powerpc/boot/dts/fsl/t1042rdb.dts

Source file repositories/reference/linux-study-clean/arch/powerpc/boot/dts/fsl/t1042rdb.dts

File Facts

System
Linux kernel
Corpus path
arch/powerpc/boot/dts/fsl/t1042rdb.dts
Extension
.dts
Size
2456 bytes
Lines
77
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

/include/ "t104xsi-pre.dtsi"
/include/ "t104xrdb.dtsi"

/ {
	model = "fsl,T1042RDB";
	compatible = "fsl,T1042RDB";

	aliases {
		phy_sgmii_2 = &phy_sgmii_2;
	};

	soc@ffe000000 {
		fman@400000 {
			ethernet@e0000 {
			       status = "disabled";
			};

			ethernet@e2000 {
			       status = "disabled";
			};

			ethernet@e4000 {
				phy-handle = <&phy_sgmii_2>;
				phy-connection-type = "sgmii";
			};

			mdio@fc000 {
				phy_sgmii_2: ethernet-phy@3 {
					reg = <0x03>;
				};
			};
		};
	};

	ifc: localbus@ffe124000 {
		cpld@3,0 {
			compatible = "fsl,t104xrdb-cpld", "fsl,deepsleep-cpld";
		};
	};
};

#include "t1042si-post.dtsi"

Annotation

Implementation Notes