aboutsummaryrefslogtreecommitdiff
path: root/board/davedenx/qong/qong_fpga.h
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2010-03-29 16:43:39 +0200
committertrix <trix@windriver.com>2010-04-30 05:23:25 -0500
commit45997e0a86ee8d8abec6d791a241cb20011fe0e3 (patch)
tree63233314256dae95515eeb2fa701130d469d8720 /board/davedenx/qong/qong_fpga.h
parentefb9591069ee276f7fa27a821240c7511f72fe65 (diff)
MX31: Add support for NAND to QONG board
The NAND device is connected to the FPGA of the QONG board and not to the NFC controller. For this reason, the FPGA must be set and initialized before accessing to the NAND itself. Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/davedenx/qong/qong_fpga.h')
-rw-r--r--board/davedenx/qong/qong_fpga.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/davedenx/qong/qong_fpga.h b/board/davedenx/qong/qong_fpga.h
index e8042b131..4e11f5a1c 100644
--- a/board/davedenx/qong/qong_fpga.h
+++ b/board/davedenx/qong/qong_fpga.h
@@ -33,8 +33,8 @@
#define QONG_FPGA_TMS_PIN 25
#define QONG_FPGA_TDI_PIN 8
#define QONG_FPGA_TDO_PIN 7
-#define QONG_FPGA_RST_PIN 16
-#define QONG_FPGA_IRQ_PIN 8
+#define QONG_FPGA_RST_PIN 48
+#define QONG_FPGA_IRQ_PIN 40
#endif
#endif /* QONG_FPGA_H */