1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (C) 2000, 2001 Broadcom Corporation
5 #ifndef __ASM_SIBYTE_SENTOSA_H
6 #define __ASM_SIBYTE_SENTOSA_H
8 #include <asm/sibyte/sb1250.h>
9 #include <asm/sibyte/sb1250_int.h>
11 #ifdef CONFIG_SIBYTE_SENTOSA
12 #define SIBYTE_BOARD_NAME "BCM91250E (Sentosa)"
14 #ifdef CONFIG_SIBYTE_RHONE
15 #define SIBYTE_BOARD_NAME "BCM91125E (Rhone)"
18 /* Generic bus chip selects */
19 #ifdef CONFIG_SIBYTE_RHONE
21 #define LEDS_PHYS 0x1d0a0000
25 #define K_GPIO_DBG_LED 0
27 #endif /* __ASM_SIBYTE_SENTOSA_H */