kw88f6192.h 538 B

1234567891011121314151617181920
  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 KW88F6192 SOC.
  8. */
  9. #ifndef _CONFIG_KW88F6192_H
  10. #define _CONFIG_KW88F6192_H
  11. /* SOC specific definations */
  12. #define KW88F6192_REGS_PHYS_BASE 0xf1000000
  13. #define KW_REGS_PHY_BASE KW88F6192_REGS_PHYS_BASE
  14. /* TCLK Core Clock defination */
  15. #define CONFIG_SYS_TCLK 166000000 /* 166MHz */
  16. #endif /* _CONFIG_KW88F6192_H */