hardware.h 418 B

12345678910111213141516171819202122232425
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * hardware.h
  4. *
  5. * hardware specific header
  6. *
  7. * Copyright (C) 2013, Texas Instruments, Incorporated - http://www.ti.com/
  8. */
  9. #ifndef __OMAP_HARDWARE_H
  10. #define __OMAP_HARDWARE_H
  11. #include <asm/arch/omap.h>
  12. /*
  13. * Common hardware definitions
  14. */
  15. /* BCH Error Location Module */
  16. #define ELM_BASE 0x48078000
  17. /* GPMC Base address */
  18. #define GPMC_BASE 0x50000000
  19. #endif