qong: basic support for Dave/DENX QongEVB-LITE board
This patch adds basic support for Dave/DENX QongEVB-LITE i.MX31-based board. It includes support for clocks initialization, UART1, NOR-flash, FPGA-attached NAND flash and DNET ethernet controller (inside FPGA). Signed-off-by: Ilya Yanok <yanok@emcraft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
parent
7c107dcb65
commit
148854c65e
5 changed files with 346 additions and 0 deletions
|
@ -30,6 +30,9 @@
|
|||
#endif
|
||||
#ifdef CONFIG_MACH_MX31_3DS
|
||||
#include <mach/board-mx31pdk.h>
|
||||
#endif
|
||||
#ifdef CONFIG_MACH_QONG
|
||||
#include <mach/board-qong.h>
|
||||
#endif
|
||||
.macro addruart,rx
|
||||
mrc p15, 0, \rx, c1, c0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue