xref: /OK3568_Linux_fs/kernel/arch/mips/include/asm/sibyte/sentosa.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0-or-later */
2*4882a593Smuzhiyun /*
3*4882a593Smuzhiyun  * Copyright (C) 2000, 2001 Broadcom Corporation
4*4882a593Smuzhiyun  */
5*4882a593Smuzhiyun #ifndef __ASM_SIBYTE_SENTOSA_H
6*4882a593Smuzhiyun #define __ASM_SIBYTE_SENTOSA_H
7*4882a593Smuzhiyun 
8*4882a593Smuzhiyun #include <asm/sibyte/sb1250.h>
9*4882a593Smuzhiyun #include <asm/sibyte/sb1250_int.h>
10*4882a593Smuzhiyun 
11*4882a593Smuzhiyun #ifdef CONFIG_SIBYTE_SENTOSA
12*4882a593Smuzhiyun #define SIBYTE_BOARD_NAME "BCM91250E (Sentosa)"
13*4882a593Smuzhiyun #endif
14*4882a593Smuzhiyun #ifdef CONFIG_SIBYTE_RHONE
15*4882a593Smuzhiyun #define SIBYTE_BOARD_NAME "BCM91125E (Rhone)"
16*4882a593Smuzhiyun #endif
17*4882a593Smuzhiyun 
18*4882a593Smuzhiyun /* Generic bus chip selects */
19*4882a593Smuzhiyun #ifdef CONFIG_SIBYTE_RHONE
20*4882a593Smuzhiyun #define LEDS_CS		6
21*4882a593Smuzhiyun #define LEDS_PHYS	0x1d0a0000
22*4882a593Smuzhiyun #endif
23*4882a593Smuzhiyun 
24*4882a593Smuzhiyun /* GPIOs */
25*4882a593Smuzhiyun #define K_GPIO_DBG_LED	0
26*4882a593Smuzhiyun 
27*4882a593Smuzhiyun #endif /* __ASM_SIBYTE_SENTOSA_H */
28