Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * Copyright (C) 2000,2001,2002,2003,2004 Broadcom Corporation
0004  */
0005 #ifndef __ASM_SIBYTE_BIGSUR_H
0006 #define __ASM_SIBYTE_BIGSUR_H
0007 
0008 #include <asm/sibyte/sb1250.h>
0009 #include <asm/sibyte/bcm1480_int.h>
0010 
0011 #ifdef CONFIG_SIBYTE_BIGSUR
0012 #define SIBYTE_BOARD_NAME "BCM91x80A/B (BigSur)"
0013 #define SIBYTE_HAVE_PCMCIA 1
0014 #define SIBYTE_HAVE_IDE    1
0015 #endif
0016 
0017 /* Generic bus chip selects */
0018 #define LEDS_CS     3
0019 #define LEDS_PHYS   0x100a0000
0020 
0021 #ifdef SIBYTE_HAVE_IDE
0022 #define IDE_CS      4
0023 #define IDE_PHYS    0x100b0000
0024 #define K_GPIO_GB_IDE   4
0025 #define K_INT_GB_IDE    (K_INT_GPIO_0 + K_GPIO_GB_IDE)
0026 #endif
0027 
0028 #ifdef SIBYTE_HAVE_PCMCIA
0029 #define PCMCIA_CS   6
0030 #define PCMCIA_PHYS 0x11000000
0031 #define K_GPIO_PC_READY 9
0032 #define K_INT_PC_READY  (K_INT_GPIO_0 + K_GPIO_PC_READY)
0033 #endif
0034 
0035 #endif /* __ASM_SIBYTE_BIGSUR_H */