arch/powerpc/boot/dts/fsl/qoriq-fman-0-1g-0.dtsi

Source file repositories/reference/linux-study-clean/arch/powerpc/boot/dts/fsl/qoriq-fman-0-1g-0.dtsi

File Facts

System
Linux kernel
Corpus path
arch/powerpc/boot/dts/fsl/qoriq-fman-0-1g-0.dtsi
Extension
.dtsi
Size
2553 bytes
Lines
70
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

fman@400000 {
	fman0_rx_0x08: port@88000 {
		cell-index = <0x8>;
		compatible = "fsl,fman-v2-port-rx";
		reg = <0x88000 0x1000>;
	};

	fman0_tx_0x28: port@a8000 {
		cell-index = <0x28>;
		compatible = "fsl,fman-v2-port-tx";
		reg = <0xa8000 0x1000>;
	};

	ethernet@e0000 {
		cell-index = <0>;
		compatible = "fsl,fman-dtsec";
		reg = <0xe0000 0x1000>;
		fsl,fman-ports = <&fman0_rx_0x08 &fman0_tx_0x28>;
		tbi-handle = <&tbi0>;
		ptp-timer = <&ptp_timer0>;
	};

	mdio0: mdio@e1120 {
		#address-cells = <1>;
		#size-cells = <0>;
		compatible = "fsl,fman-mdio";
		reg = <0xe1120 0xee0>;
		interrupts = <100 2 0 0>;

		tbi0: tbi-phy@8 {
			reg = <0x8>;
			device_type = "tbi-phy";
		};
	};
};

Annotation

Implementation Notes