RE: Re: mpc5200b configure nand driver via dts

2009-01-14 Thread Florian Belser
*(vu_long *)MPC5XXX_CS1_STOP = (0x7000 + 0x100); +/*CS1 master enable */ +*(vu_long *)MPC5XXX_CS_CTRL = 0x01; +*(vu_long *)MPC5XXX_CS1_CFG = 0x0f0f1800; + *(vu_long *)MPC5XXX_ADDECR |= ~0x0002; /*enable cs1 */ +/*enable PIN as ChipSelect*/ +*(vu

RE: Re: mpc5200b configure nand driver via dts

2009-01-13 Thread florian . belser
is a config chip select function allready, but beter do all for nand +at one place */ +/*CS1 start / end address*/ +*(vu_long *)MPC5XXX_CS1_START = 0x7000; + *(vu_long *)MPC5XXX_CS1_STOP = (0x7000 + 0x100); +/*CS1 master enable */ +*(vu_long *)MPC5XXX_

mpc5200b configure nand driver via dts

2009-01-12 Thread florian . belser
000>; }; }; }; Now my questions are: Is there any error in the dts configuration? Is it principle posible to configure a nand flash via the dts file (in combination with mpc5200b)? I read in some forums that the nand flash must be activated in the u-boot before it can be configured vi