Thanks for the information.

Based on your input, I could successfully update the dts file and gpio 
controller configuration. I verified from the GPIO chip intialized and added 
properly. But, still Iam getting the message as 
"No NAND device found!!!".

In our system we have two flash NOR connected thru GPCM and NAND device(STM 
Flash is NAND512W3A2C) connected using UPM.

NAND Flash starting address: fb000000(64 MB size)
NOR Flash starting address: fa000000 (16 MB size)

MPC8321E processor's port C, PIN 15 connected to the R/B PIN of NAND Flash.

Below are the dts file changes in mpc832x_rdb.dts 

DTS File changes:
---------------------------- 
qe_pio_c: gpio-control...@1430 {
#gpio-cells = ;
compatible = "fsl,mpc8360-qe-pario-bank",
"fsl,mpc8323-qe-pario-bank";
reg = ;
gpio-controller;
};
};
local...@e0005000 {
#address-cells = ;
#size-cells = ;
compatible = "fsl,elbc","fsl-pq2pro-localbus","simple-bus" ;
reg = ;
interrupts = ;
interrupt-parent = < &pic >;

n...@fb000000 {
compatible = "fsl,upm-nand";
reg = ; /*64MB*/
fsl,upm-addr-offset = ;
fsl,upm-cmd-offset = ;

gpios = ;
flash {
compatible = "stm,nand512-a";
};
};
n...@fa000000 {
device_type = "rom";
compatible = "direct-mapped";
reg = ; /*16MB*/
probe-type = "CFI";
bank-width = ;
u-b...@0 {
label = "U-Boot";
reg = ; /* 512K */
read-only;
};
f...@80000 {
label = "UCC QE Firmware";
reg = ; /* 256K */
read-only;
};
d...@c0000 {
label = "DTB";
reg = ; /* 256K */
read-only;
};
ker...@100000 {
label = "Kernel";
reg = ; /* 4M */
read-only;
};
f...@500000 {
label = "Root File System";
reg = ; /* 8M */
};
u...@d00000 {
label = "User";
label = "User";
reg = ; /* 3M */
};
};
};

Please let me know if I missed out anything.

Regards,
Nanda




_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to