arch/powerpc/boot/dts/fsl/bsc9132si-post.dtsi

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

File Facts

System
Linux kernel
Corpus path
arch/powerpc/boot/dts/fsl/bsc9132si-post.dtsi
Extension
.dtsi
Size
5034 bytes
Lines
210
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 {
	#address-cells = <2>;
	#size-cells = <1>;
	compatible = "fsl,ifc";
	/* FIXME: Test whether interrupts are split */
	interrupts = <16 2 0 0 20 2 0 0>;
};

/* controller at 0xa000 */
&pci0 {
	compatible = "fsl,bsc9132-pcie", "fsl,qoriq-pcie-v2.2";
	device_type = "pci";
	#size-cells = <2>;
	#address-cells = <3>;
	bus-range = <0 255>;
	interrupts = <16 2 0 0>;

	pcie@0 {
		reg = <0 0 0 0 0>;
		#interrupt-cells = <1>;
		#size-cells = <2>;
		#address-cells = <3>;
		device_type = "pci";
		interrupts = <16 2 0 0>;
		interrupt-map-mask = <0xf800 0 0 7>;

		interrupt-map = <
			/* IDSEL 0x0 */
			0000 0x0 0x0 0x1 &mpic 0x0 0x2 0x0 0x0
			0000 0x0 0x0 0x2 &mpic 0x1 0x2 0x0 0x0
			0000 0x0 0x0 0x3 &mpic 0x2 0x2 0x0 0x0
			0000 0x0 0x0 0x4 &mpic 0x3 0x2 0x0 0x0
			>;
	};
};

&soc {
	#address-cells = <1>;
	#size-cells = <1>;
	device_type = "soc";
	compatible = "fsl,bsc9132-immr", "simple-bus";
	bus-frequency = <0>;		// Filled out by uboot.

	ecm-law@0 {
		compatible = "fsl,ecm-law";
		reg = <0x0 0x1000>;
		fsl,num-laws = <12>;
	};

	ecm@1000 {
		compatible = "fsl,bsc9132-ecm", "fsl,ecm";
		reg = <0x1000 0x1000>;
		interrupts = <16 2 0 0>;
	};

	memory-controller@2000 {
		compatible = "fsl,bsc9132-memory-controller";
		reg = <0x2000 0x1000>;
		interrupts = <16 2 1 8>;
	};

/include/ "pq3-i2c-0.dtsi"
	i2c@3000 {
		interrupts = <17 2 0 0>;
	};

/include/ "pq3-i2c-1.dtsi"
	i2c@3100 {
		interrupts = <17 2 0 0>;
	};

Annotation

Implementation Notes