]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/configs/tqma6_wru4.h
13b87e9b52d28a17a6fb7a9c91da7762d32c049b
[thirdparty/u-boot.git] / include / configs / tqma6_wru4.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright (C) 2015 Stefan Roese <sr@denx.de>
4 */
5
6 #ifndef __CONFIG_TQMA6_WRU4_H
7 #define __CONFIG_TQMA6_WRU4_H
8
9 /* Ethernet */
10 #define CONFIG_FEC_XCV_TYPE RMII
11 #define CONFIG_ETHPRIME "FEC"
12 #define CONFIG_FEC_MXC_PHYADDR 0x01
13 #define CONFIG_PHY_SMSC
14
15 /* UART */
16 #define CONFIG_MXC_UART_BASE UART4_BASE
17 #define CONSOLE_DEV "ttymxc3"
18
19 /* Watchdog */
20
21 /* Config on-board RTC */
22 #define CONFIG_RTC_DS1337
23 #define CONFIG_SYS_RTC_BUS_NUM 2
24 #define CONFIG_SYS_I2C_RTC_ADDR 0x68
25 /* Turn off RTC square-wave output to save battery */
26 #define CONFIG_RTC_DS1337_NOOSC
27
28 /* LED */
29
30 /* Bootcounter */
31 #define CONFIG_SYS_BOOTCOUNT_BE
32
33 /* I2C */
34 #define CONFIG_SYS_I2C
35
36 #endif /* __CONFIG_TQMA6_WRU4_H */