1*384740dcSRalf Baechle /* 2*384740dcSRalf Baechle * Copyright (C) 2000, 2001 Broadcom Corporation 3*384740dcSRalf Baechle * 4*384740dcSRalf Baechle * This program is free software; you can redistribute it and/or 5*384740dcSRalf Baechle * modify it under the terms of the GNU General Public License 6*384740dcSRalf Baechle * as published by the Free Software Foundation; either version 2 7*384740dcSRalf Baechle * of the License, or (at your option) any later version. 8*384740dcSRalf Baechle * 9*384740dcSRalf Baechle * This program is distributed in the hope that it will be useful, 10*384740dcSRalf Baechle * but WITHOUT ANY WARRANTY; without even the implied warranty of 11*384740dcSRalf Baechle * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12*384740dcSRalf Baechle * GNU General Public License for more details. 13*384740dcSRalf Baechle * 14*384740dcSRalf Baechle * You should have received a copy of the GNU General Public License 15*384740dcSRalf Baechle * along with this program; if not, write to the Free Software 16*384740dcSRalf Baechle * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17*384740dcSRalf Baechle */ 18*384740dcSRalf Baechle #ifndef __ASM_SIBYTE_SENTOSA_H 19*384740dcSRalf Baechle #define __ASM_SIBYTE_SENTOSA_H 20*384740dcSRalf Baechle 21*384740dcSRalf Baechle #include <asm/sibyte/sb1250.h> 22*384740dcSRalf Baechle #include <asm/sibyte/sb1250_int.h> 23*384740dcSRalf Baechle 24*384740dcSRalf Baechle #ifdef CONFIG_SIBYTE_SENTOSA 25*384740dcSRalf Baechle #define SIBYTE_BOARD_NAME "BCM91250E (Sentosa)" 26*384740dcSRalf Baechle #endif 27*384740dcSRalf Baechle #ifdef CONFIG_SIBYTE_RHONE 28*384740dcSRalf Baechle #define SIBYTE_BOARD_NAME "BCM91125E (Rhone)" 29*384740dcSRalf Baechle #endif 30*384740dcSRalf Baechle 31*384740dcSRalf Baechle /* Generic bus chip selects */ 32*384740dcSRalf Baechle #ifdef CONFIG_SIBYTE_RHONE 33*384740dcSRalf Baechle #define LEDS_CS 6 34*384740dcSRalf Baechle #define LEDS_PHYS 0x1d0a0000 35*384740dcSRalf Baechle #endif 36*384740dcSRalf Baechle 37*384740dcSRalf Baechle /* GPIOs */ 38*384740dcSRalf Baechle #define K_GPIO_DBG_LED 0 39*384740dcSRalf Baechle 40*384740dcSRalf Baechle #endif /* __ASM_SIBYTE_SENTOSA_H */ 41