mv88f5182.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /*
  2. * Copyright (C) 2010 Albert ARIBAUD <albert.aribaud@free.fr>
  3. *
  4. * Based on original Kirkwood 88F6182 support which is
  5. * (C) Copyright 2009
  6. * Marvell Semiconductor <www.marvell.com>
  7. * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
  8. *
  9. * Header file for Feroceon CPU core 88F5182 SOC.
  10. *
  11. * See file CREDITS for list of people who contributed to this
  12. * project.
  13. *
  14. * This program is free software; you can redistribute it and/or
  15. * modify it under the terms of the GNU General Public License as
  16. * published by the Free Software Foundation; either version 2 of
  17. * the License, or (at your option) any later version.
  18. *
  19. * This program is distributed in the hope that it will be useful,
  20. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  21. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  22. * GNU General Public License for more details.
  23. *
  24. * You should have received a copy of the GNU General Public License
  25. * along with this program; if not, write to the Free Software
  26. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  27. * MA 02110-1301 USA
  28. */
  29. #ifndef _CONFIG_88F5182_H
  30. #define _CONFIG_88F5182_H
  31. /* SOC specific definitions */
  32. #define F88F5182_REGS_PHYS_BASE 0xf1000000
  33. #define ORION5X_REGS_PHY_BASE F88F5182_REGS_PHYS_BASE
  34. /* TCLK Core Clock defination */
  35. #define CONFIG_SYS_TCLK 166000000 /* 166MHz */
  36. #endif /* _CONFIG_88F5182_H */