deneb.h 371 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright 2019 Siemens AG
  4. *
  5. */
  6. #ifndef __DENEB_H
  7. #define __DENEB_H
  8. #include "capricorn-common.h"
  9. #undef CONFIG_IDENT_STRING
  10. #define CONFIG_IDENT_STRING GENERATE_CCP_VERSION("01", "06")
  11. /* DDR3 board total DDR is 2 GB */
  12. #undef PHYS_SDRAM_1_SIZE
  13. #define PHYS_SDRAM_1_SIZE 0x80000000 /* 2 GB */
  14. #endif /* __DENEB_H */