1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 	Copyright (C) 2009 Ivo van Doorn <[email protected]>
4 	Copyright (C) 2009 Alban Browaeys <[email protected]>
5 	Copyright (C) 2009 Felix Fietkau <[email protected]>
6 	Copyright (C) 2009 Luis Correia <[email protected]>
7 	Copyright (C) 2009 Mattias Nissler <[email protected]>
8 	Copyright (C) 2009 Mark Asselstine <[email protected]>
9 	Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
10 	Copyright (C) 2009 Bart Zolnierkiewicz <[email protected]>
11 	<http://rt2x00.serialmonkey.com>
12 
13  */
14 
15 /*
16 	Module: rt2800pci
17 	Abstract: Data structures and registers for the rt2800pci module.
18 	Supported chipsets: RT2800E & RT2800ED.
19  */
20 
21 #ifndef RT2800PCI_H
22 #define RT2800PCI_H
23 
24 /*
25  * 8051 firmware image.
26  */
27 #define FIRMWARE_RT2860			"rt2860.bin"
28 #define FIRMWARE_RT3290			"rt3290.bin"
29 #define FIRMWARE_IMAGE_BASE		0x2000
30 
31 #endif /* RT2800PCI_H */
32