Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / board / davedenx / qong / qong_fpga.h
1 /*
2  *
3  * (c) 2009 Emcraft Systems, Ilya Yanok <yanok@emcraft.com>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #ifndef QONG_FPGA_H
9 #define QONG_FPGA_H
10
11 #define QONG_FPGA_CTRL_BASE             CONFIG_FPGA_BASE
12 #define QONG_FPGA_CTRL_VERSION          (QONG_FPGA_CTRL_BASE + 0x00000000)
13 #define QONG_FPGA_PERIPH_SIZE           (1 << 24)
14
15 #define QONG_FPGA_TCK_PIN               26
16 #define QONG_FPGA_TMS_PIN               25
17 #define QONG_FPGA_TDI_PIN               8
18 #define QONG_FPGA_TDO_PIN               7
19 #define QONG_FPGA_RST_PIN               48
20 #define QONG_FPGA_IRQ_PIN               40
21
22 int qong_fpga_init(void);
23 #endif /* QONG_FPGA_H */