summaryrefslogtreecommitdiffstats
path: root/board/a9m2440/config.h
Commit message (Collapse)AuthorAgeFilesLines
* A9M2440: Use external GPIO settings to setup the SDRAMJuergen Beisert2009-10-281-52/+0
| | | | | | | | | | | | | The generic A9M2440 comes in many SDRAM variantes. Two GPIO pins describing the populated SDRAM devices. This patch adds some code to query the setting and setup a correct SDRAM configuration out of four possible variants. Due to the lack of hardware the 16 MiB and 128 MiB case is untested yet. Due to the 32 MiB configuration we must link the u-boot-v2 always to address 0x31fc0000. Even for the 64 MiB and 128 MiB configuration. Signed-off-by: Juergen Beisert <juergen@kreuzholzen.de>
* Fix the UPLL setting (USB main clock) to the correct value of 48MHz to make ↵Juergen Beisert2009-08-121-1/+1
| | | | | | USB really work Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* Add the basic support for the DIGI a9m2440 CPU card.Juergen Beisert2009-07-011-0/+125
Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>