> + memory { > + device_type = "memory"; > + /* use only 256 MB on the 512 MB available */ > + reg = <0x00000000 0x00000000 0x00000000 0x10000000>; > + }; It would be good to comment as to why we can't use 256M of the memory. Otherwise this looks fine. Mark.