tqma6_mba6.h 553 B

123456789101112131415161718192021222324
  1. /*
  2. * Copyright (C) 2013 - 2015 Markus Niebel <Markus.Niebel@tq-group.com>
  3. *
  4. * Configuration settings for the TQ Systems TQMa6<Q,S> module.
  5. *
  6. * SPDX-License-Identifier: GPL-2.0+
  7. */
  8. #ifndef __CONFIG_TQMA6_MBA6_H
  9. #define __CONFIG_TQMA6_MBA6_H
  10. #define CONFIG_DTT_SENSORS { 0, 1 }
  11. #define CONFIG_FEC_XCV_TYPE RGMII
  12. #define CONFIG_ETHPRIME "FEC"
  13. #define CONFIG_FEC_MXC_PHYADDR 0x03
  14. #define CONFIG_PHY_MICREL
  15. #define CONFIG_PHY_KSZ9031
  16. #define CONFIG_MXC_UART_BASE UART2_BASE
  17. #define CONSOLE_DEV "ttymxc1"
  18. #endif /* __CONFIG_TQMA6_MBA6_H */