ddr_info.h 264 B

1234567891011121314
  1. /*
  2. * Copyright (C) 2018 Marvell International Ltd.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. * https://spdx.org/licenses
  6. */
  7. #ifndef DDR_INFO_H
  8. #define DDR_INFO_H
  9. #define DRAM_MAX_IFACE 1
  10. #define DRAM_CH0_MMAP_LOW_OFFSET 0x200
  11. #endif /* DDR_INFO_H */