omap3logic.h 649 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * (C) Copyright 2011
  3. * Logic Product Development <www.logicpd.com>
  4. *
  5. * Author:
  6. * Peter Barada <peter.barada@logicpd.com>
  7. *
  8. * SPDX-License-Identifier: GPL-2.0+
  9. */
  10. #ifndef _OMAP3LOGIC_H_
  11. #define _OMAP3LOGIC_H_
  12. /*
  13. * OMAP3 GPMC register settings for CS1 LAN922x
  14. */
  15. #define NET_LAN92XX_GPMC_CONFIG1 0x00001000
  16. #define NET_LAN92XX_GPMC_CONFIG2 0x00080801
  17. #define NET_LAN92XX_GPMC_CONFIG3 0x00000000
  18. #define NET_LAN92XX_GPMC_CONFIG4 0x08010801
  19. #define NET_LAN92XX_GPMC_CONFIG5 0x00080a0a
  20. #define NET_LAN92XX_GPMC_CONFIG6 0x03000280
  21. const omap3_sysinfo sysinfo = {
  22. DDR_DISCRETE,
  23. "Logic DM37x/OMAP35x reference board",
  24. "NAND",
  25. };
  26. #endif