am33xx.h 522 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * This file contains the address info for various AM33XX modules.
  4. *
  5. * Copyright (C) 2011 Texas Instruments, Inc. - https://www.ti.com/
  6. */
  7. #ifndef __ASM_ARCH_AM33XX_H
  8. #define __ASM_ARCH_AM33XX_H
  9. #define L4_SLOW_AM33XX_BASE 0x48000000
  10. #define AM33XX_SCM_BASE 0x44E10000
  11. #define AM33XX_CTRL_BASE AM33XX_SCM_BASE
  12. #define AM33XX_PRCM_BASE 0x44E00000
  13. #define AM43XX_PRCM_BASE 0x44DF0000
  14. #define AM33XX_TAP_BASE (AM33XX_CTRL_BASE + 0x3FC)
  15. #endif /* __ASM_ARCH_AM33XX_H */