The schematic of NETRA EIO board page 3, there are 2 GPMC_A15,
why ball L9, and ball J1 of DM8168 connect together ?
If I want to use the NOR flash, which one is correct or better ?
Thanks a lot
KS
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
Both of those pins can serve as GPMC_A[15], depending on what pin muxing is chosen (see the GPMC Terminal Functions table in the datasheet.) Which one is best depends on what other muxed functionality you might want to use.
Regards,
Marc
KS,
The pin settings are in this file: arch/arm/cpu/arm_cortexa8/ti81xx/lowlevel_init.S inside nor_gpmc_init().
The pin mux for both pins (L9 & J1) are set to 1 (i.e. GPMC_A15) but only if CONFIG_NOR_BOOT is set/define.\
Regards,
Marc