[PATCH 10/11] Add MPC8360EMDS board support

Joakim Tjernlund joakim.tjernlund at transmode.se
Wed Sep 27 23:54:56 EST 2006


 > 
> I'm adding MURAM as a new node under QE bus.  Please comment.
>                 muram at 10000 {
>                         device_type = "memory";
>                         ranges = <0 00010000 0000c000>;
> 
>                         data-only at 0{
>                                 reg = <0 c000>;
>                         };
>                 };

while you are at it, I think you should add support for the ASSIGN PAGE
command that can relocate
the parameter RAM used by UCC, SPI etc. As it is now the third(8400) and
fourth(100) value
in reg below is ignored.
	ucc at 2000 {
		device_type = "network";
		compatible = "ucc_geth";
		model = "UCC";
		device-id = <1>;
		reg = <2000 200 8400 100>;
MPC832x only has 16KB of parameter RAM and needs to move this to lower
addresses. 



More information about the Linuxppc-dev mailing list