kw88f6281.h 573 B

12345678910111213141516171819202122
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * (C) Copyright 2009
  4. * Marvell Semiconductor <www.marvell.com>
  5. * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
  6. *
  7. * Header file for Feroceon CPU core 88FR131 Based KW88F6281 SOC.
  8. */
  9. #ifndef _ASM_ARCH_KW88F6281_H
  10. #define _ASM_ARCH_KW88F6281_H
  11. /* SOC specific definitions */
  12. #define KW88F6281_REGS_PHYS_BASE 0xf1000000
  13. #define KW_REGS_PHY_BASE KW88F6281_REGS_PHYS_BASE
  14. /* TCLK Core Clock definition */
  15. #ifndef CONFIG_SYS_TCLK
  16. #define CONFIG_SYS_TCLK 200000000 /* 200MHz */
  17. #endif
  18. #endif /* _ASM_ARCH_KW88F6281_H */