configs.h 430 B

12345678910111213141516171819202122
  1. /*
  2. * Copyright 2014 Broadcom Corporation.
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef __ARCH_CONFIGS_H
  7. #define __ARCH_CONFIGS_H
  8. #include <asm/iproc-common/configs.h>
  9. /* uArchitecture specifics */
  10. /* Serial Info */
  11. /* no padding */
  12. #define CONFIG_SYS_NS16550_REG_SIZE 1
  13. #define CONFIG_SYS_NS16550_CLK 0x03b9aca0
  14. #define CONFIG_CONS_INDEX 1
  15. #define CONFIG_SYS_NS16550_COM1 0x18000300
  16. #endif /* __ARCH_CONFIGS_H */