sentosa.h 587 B

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