hi3660_mem_map.h 498 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef HI3660_MEM_MAP_H
  7. #define HI3660_MEM_MAP_H
  8. #define HISI_DATA_HEAD_BASE (0x89C44400)
  9. #define HISI_RESERVED_MEM_BASE (0x89C80000)
  10. #define HISI_RESERVED_MEM_SIZE (0x00040000)
  11. #define HISI_DATA0_BASE (0x89C96180)
  12. #define HISI_DATA0_SIZE (0x000003A0)
  13. #define HISI_DATA1_BASE (0x89C93480)
  14. #define HISI_DATA1_SIZE (0x00002D00)
  15. #endif /* HI3660_MEM_MAP_H */