sysmap.h 685 B

12345678910111213141516171819202122232425
  1. /*
  2. * Copyright 2013 Broadcom Corporation.
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef __ARCH_BCM281XX_SYSMAP_H
  7. #define BSC1_BASE_ADDR 0x3e016000
  8. #define BSC2_BASE_ADDR 0x3e017000
  9. #define BSC3_BASE_ADDR 0x3e018000
  10. #define GPIO2_BASE_ADDR 0x35003000
  11. #define KONA_MST_CLK_BASE_ADDR 0x3f001000
  12. #define KONA_SLV_CLK_BASE_ADDR 0x3e011000
  13. #define PMU_BSC_BASE_ADDR 0x3500d000
  14. #define PWRMGR_BASE_ADDR 0x35010000
  15. #define SDIO1_BASE_ADDR 0x3f180000
  16. #define SDIO2_BASE_ADDR 0x3f190000
  17. #define SDIO3_BASE_ADDR 0x3f1a0000
  18. #define SDIO4_BASE_ADDR 0x3f1b0000
  19. #define SECWD_BASE_ADDR 0x3500c000
  20. #define SECWD2_BASE_ADDR 0x35002f40
  21. #define TIMER_BASE_ADDR 0x3e00d000
  22. #endif