omap4_panda.h 674 B

12345678910111213141516171819202122232425262728293031323334
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * (C) Copyright 2010
  4. * Texas Instruments Incorporated.
  5. * Steve Sakoman <steve@sakoman.com>
  6. *
  7. * Configuration settings for the TI OMAP4 Panda board.
  8. * See ti_omap4_common.h for OMAP4 common part
  9. */
  10. #ifndef __CONFIG_PANDA_H
  11. #define __CONFIG_PANDA_H
  12. /*
  13. * High Level Configuration Options
  14. */
  15. /* USB UHH support options */
  16. #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1
  17. #define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62
  18. /* USB Networking options */
  19. #define CONFIG_UBOOT_ENABLE_PADS_ALL
  20. #include <configs/ti_omap4_common.h>
  21. /* GPIO */
  22. /* ENV related config options */
  23. #define CONFIG_ENV_OVERWRITE
  24. #endif /* __CONFIG_PANDA_H */