Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * Copyright (C) 2000, 2001 Broadcom Corporation
0004  */
0005 #ifndef __ASM_SIBYTE_SENTOSA_H
0006 #define __ASM_SIBYTE_SENTOSA_H
0007 
0008 #include <asm/sibyte/sb1250.h>
0009 #include <asm/sibyte/sb1250_int.h>
0010 
0011 #ifdef CONFIG_SIBYTE_SENTOSA
0012 #define SIBYTE_BOARD_NAME "BCM91250E (Sentosa)"
0013 #endif
0014 #ifdef CONFIG_SIBYTE_RHONE
0015 #define SIBYTE_BOARD_NAME "BCM91125E (Rhone)"
0016 #endif
0017 
0018 /* Generic bus chip selects */
0019 #ifdef CONFIG_SIBYTE_RHONE
0020 #define LEDS_CS     6
0021 #define LEDS_PHYS   0x1d0a0000
0022 #endif
0023 
0024 /* GPIOs */
0025 #define K_GPIO_DBG_LED  0
0026 
0027 #endif /* __ASM_SIBYTE_SENTOSA_H */