Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8232a4de authored by chenhui zhao's avatar chenhui zhao Committed by Kumar Gala
Browse files

powerpc/85xx: mpc8548cds - Add RapidIO node to dts



Enable RapidIO and add rapidio and rmu nodes to dts.

Signed-off-by: default avatarZhao Chenhui <chenhui.zhao@freescale.com>
Signed-off-by: default avatarLi Yang <leoli@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent bcf3302c
Loading
Loading
Loading
Loading
+16 −0
Original line number Original line Diff line number Diff line
@@ -89,6 +89,21 @@
	};
	};
};
};


&rio {
	compatible = "fsl,srio";
	interrupts = <48 2 0 0>;
	#address-cells = <2>;
	#size-cells = <2>;
	fsl,srio-rmu-handle = <&rmu>;
	ranges;

	port1 {
		#address-cells = <2>;
		#size-cells = <2>;
		cell-index = <1>;
	};
};

&soc {
&soc {
	#address-cells = <1>;
	#address-cells = <1>;
	#size-cells = <1>;
	#size-cells = <1>;
@@ -134,6 +149,7 @@


/include/ "pq3-sec2.1-0.dtsi"
/include/ "pq3-sec2.1-0.dtsi"
/include/ "pq3-mpic.dtsi"
/include/ "pq3-mpic.dtsi"
/include/ "pq3-rmu-0.dtsi"


	global-utilities@e0000 {
	global-utilities@e0000 {
		compatible = "fsl,mpc8548-guts";
		compatible = "fsl,mpc8548-guts";
+7 −0
Original line number Original line Diff line number Diff line
@@ -339,6 +339,13 @@
				  0x0 0x100000>;
				  0x0 0x100000>;
		};
		};
	};
	};

	rio: rapidio@e00c0000 {
		reg = <0x0 0xe00c0000 0x0 0x20000>;
		port1 {
			ranges = <0x0 0x0 0x0 0xc0000000 0x0 0x20000000>;
		};
	};
};
};


/include/ "fsl/mpc8548si-post.dtsi"
/include/ "fsl/mpc8548si-post.dtsi"
+1 −0
Original line number Original line Diff line number Diff line
@@ -40,6 +40,7 @@ config MPC85xx_CDS
	bool "Freescale MPC85xx CDS"
	bool "Freescale MPC85xx CDS"
	select DEFAULT_UIMAGE
	select DEFAULT_UIMAGE
	select PPC_I8259
	select PPC_I8259
	select HAS_RAPIDIO
	help
	help
	  This option enables support for the MPC85xx CDS board
	  This option enables support for the MPC85xx CDS board