configs.h 401 B

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