Hi ,
I am using u-boot and linux for am335x evm.
On my custom board , we are using GPMC connect to 4 peripheral devices with the cs0,1,2,3 chip selects.
how to map the physical to address to linux resource structure.
Thanks
Murugan
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.
Hi ,
I am using u-boot and linux for am335x evm.
On my custom board , we are using GPMC connect to 4 peripheral devices with the cs0,1,2,3 chip selects.
how to map the physical to address to linux resource structure.
Thanks
Murugan
GPMC is a part of the AM335X memory space, at addresses 0x00000000 to 0x1FFFFFFF, 512MB. This space is divided between the chip-selects in use by programming register GPMC_CONFIG7_x with the base address and chip-select size. For details see the AM335X TRM Rev. J section 7.1.3.3.8.1