[RFC 2/3] MPC8544 DTS file
Jon Loeliger
jdl at freescale.com
Fri Mar 9 06:03:43 EST 2007
On Wed, 2007-03-07 at 22:39, Kumar Gala wrote:
> > +/ {
> > + model = "MPC8544DS";
> > + compatible = "mpc85xx";
>
> Been doing the following on other 85xx:
> compatible = "MPC8540ADS", "MPC85xxADS";
>
> Not sure if there will be other "DS" boards with 85xx?
I could add that, but I'm not sure if there will be
other 85xx DS boards either.
> > + memory {
> > + device_type = "memory";
> > + reg = <00000000 20000000>; // 512M at 0x0
> > + };
>
> Does the u-boot fill this in?
Uh, yeah, should. We could leave it 0, rather than 2-bazillion?
> interrupts = <
> > + 10 2 11 2 12 2 13 2
> > + 14 2 15 2 16 2 17 2
> > + 18 2 19 2 1a 2 1b 2
> > + 1c 2 1d 2 1e 2 1f 2
> > + 20 2 21 2 22 2 23 2
> > + 24 2 25 2 26 2 27 2
> > + 28 2 29 2 2a 2 2b 2
> > + 2c 2 2d 2 2e 2 2f 2
> > + 30 2 31 2 32 2 33 2
> > + 34 2 35 2 36 2 37 2
> > + 38 2 39 2 2a 2 3b 2
> > + 3c 2 3d 2 3e 2 3f 2
> > + 48 1 49 2 4a 1
> > + >;
> > +
> > +
>
> I think this is old and can be removed
Yeah, will do.
jdl
More information about the Linuxppc-dev
mailing list