tqma6_mba6.h 489 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (C) 2013 - 2017 Markus Niebel <Markus.Niebel@tq-group.com>
  4. *
  5. * Configuration settings for the TQ Systems TQMa6<Q,D,DL,S> module on
  6. * MBa6 starter kit
  7. */
  8. #ifndef __CONFIG_TQMA6_MBA6_H
  9. #define __CONFIG_TQMA6_MBA6_H
  10. #define CONFIG_FEC_XCV_TYPE RGMII
  11. #define CONFIG_ETHPRIME "FEC"
  12. #define CONFIG_FEC_MXC_PHYADDR 0x03
  13. #define CONFIG_MXC_UART_BASE UART2_BASE
  14. #define CONSOLE_DEV "ttymxc1"
  15. #endif /* __CONFIG_TQMA6_MBA6_H */