arndale.h 758 B

12345678910111213141516171819202122232425262728293031
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (C) 2013 Samsung Electronics
  4. *
  5. * Configuration settings for the SAMSUNG Arndale board.
  6. */
  7. #ifndef __CONFIG_ARNDALE_H
  8. #define __CONFIG_ARNDALE_H
  9. #define EXYNOS_FDTFILE_SETTING \
  10. "fdtfile=exynos5250-arndale.dtb\0"
  11. #include "exynos5250-common.h"
  12. #include <configs/exynos5-common.h>
  13. /* MMC SPL */
  14. #define CONFIG_EXYNOS_SPL
  15. /* Miscellaneous configurable options */
  16. #define CONFIG_IRAM_STACK 0x02050000
  17. #define CONFIG_SYS_INIT_SP_ADDR CONFIG_IRAM_STACK
  18. #define CONFIG_S5P_PA_SYSRAM 0x02020000
  19. #define CONFIG_SMP_PEN_ADDR CONFIG_S5P_PA_SYSRAM
  20. /* The PERIPHBASE in the CBAR register is wrong on the Arndale, so override it */
  21. #define CONFIG_ARM_GIC_BASE_ADDRESS 0x10480000
  22. #endif /* __CONFIG_H */