duovero.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /*
  2. * (C) Copyright: 2013
  3. * Gumstix, Inc - http://www.gumstix.com
  4. * Maintainer: Ash Charles <ash@gumstix.com>
  5. *
  6. * Configuration settings for the Gumstix DuoVero board.
  7. * See omap4_common.h for OMAP4 common part
  8. *
  9. * SPDX-License-Identifier: GPL-2.0+
  10. */
  11. #ifndef __CONFIG_DUOVERO_H
  12. #define __CONFIG_DUOVERO_H
  13. /*
  14. * High Level Configuration Options
  15. */
  16. #define CONFIG_DUOVERO
  17. #define MACH_TYPE_OMAP4_DUOVERO 4097 /* Until the next sync */
  18. #define CONFIG_MACH_TYPE MACH_TYPE_OMAP4_DUOVERO
  19. #include <configs/ti_omap4_common.h>
  20. #undef CONFIG_EFI_PARTITION
  21. #undef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS
  22. #define CONFIG_SYS_AUTOMATIC_SDRAM_DETECTION
  23. #define CONFIG_SYS_DEFAULT_LPDDR2_TIMINGS
  24. /* USB UHH support options */
  25. #define CONFIG_USB_EHCI
  26. #define CONFIG_USB_EHCI_OMAP
  27. #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3
  28. #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1
  29. #define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62
  30. #define CONFIG_SYS_ENABLE_PADS_ALL
  31. #define CONFIG_SMC911X
  32. #define CONFIG_SMC911X_32_BIT
  33. #define CONFIG_SMC911X_BASE 0x2C000000
  34. /* GPIO */
  35. /* ENV related config options */
  36. #define CONFIG_ENV_IS_NOWHERE
  37. #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
  38. #endif /* __CONFIG_DUOVERO_H */