evkmimxrt1064_sdram_ini_dcd.h 457 B

123456789101112131415161718192021
  1. /*
  2. * Copyright 2018 NXP
  3. * All rights reserved.
  4. *
  5. * SPDX-License-Identifier: BSD-3-Clause
  6. */
  7. #ifndef __EVKMIMXRT1064_DCD_SDRAM_INIT__
  8. #define __EVKMIMXRT1064_DCD_SDRAM_INIT__
  9. #include <stdint.h>
  10. /*************************************
  11. * DCD Data
  12. *************************************/
  13. #define DCD_TAG_HEADER (0xD2)
  14. #define DCD_TAG_HEADER_SHIFT (24)
  15. #define DCD_VERSION (0x40)
  16. #define DCD_ARRAY_SIZE 1
  17. #endif /* __EVKMIMXRT1064_DCD_SDRAM_INIT__ */