duovero.h 849 B

123456789101112131415161718192021222324252627282930313233343536
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * (C) Copyright: 2013
  4. * Gumstix, Inc - http://www.gumstix.com
  5. * Maintainer: Ash Charles <ash@gumstix.com>
  6. *
  7. * Configuration settings for the Gumstix DuoVero board.
  8. * See omap4_common.h for OMAP4 common part
  9. */
  10. #ifndef __CONFIG_DUOVERO_H
  11. #define __CONFIG_DUOVERO_H
  12. /*
  13. * High Level Configuration Options
  14. */
  15. #define CONFIG_DUOVERO
  16. #define CONFIG_MACH_TYPE MACH_TYPE_DUOVERO
  17. #include <configs/ti_omap4_common.h>
  18. #undef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS
  19. #define CONFIG_SYS_AUTOMATIC_SDRAM_DETECTION
  20. #define CONFIG_SYS_DEFAULT_LPDDR2_TIMINGS
  21. /* USB UHH support options */
  22. #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1
  23. #define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62
  24. #define CONFIG_SYS_ENABLE_PADS_ALL
  25. /* GPIO */
  26. /* ENV related config options */
  27. #endif /* __CONFIG_DUOVERO_H */