hardware.h 418 B

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