1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2384740dcSRalf Baechle /*
3384740dcSRalf Baechle  *  This is a direct copy of the ev96100.h file, with a global
4384740dcSRalf Baechle  * search and replace.	The numbers are the same.
5384740dcSRalf Baechle  *
6384740dcSRalf Baechle  *  The reason I'm duplicating this is so that the 64120/96100
7384740dcSRalf Baechle  * defines won't be confusing in the source code.
8384740dcSRalf Baechle  */
9384740dcSRalf Baechle #ifndef _ASM_MACH_MIPS_MACH_GT64120_DEP_H
10384740dcSRalf Baechle #define _ASM_MACH_MIPS_MACH_GT64120_DEP_H
11384740dcSRalf Baechle 
12384740dcSRalf Baechle #define MIPS_GT_BASE	0x1be00000
13384740dcSRalf Baechle 
14384740dcSRalf Baechle extern unsigned long _pcictrl_gt64120;
15384740dcSRalf Baechle /*
16384740dcSRalf Baechle  *   GT64120 config space base address
17384740dcSRalf Baechle  */
18384740dcSRalf Baechle #define GT64120_BASE	_pcictrl_gt64120
19384740dcSRalf Baechle 
20384740dcSRalf Baechle #endif /* _ASM_MACH_MIPS_MACH_GT64120_DEP_H */
21