999130600ccb4cd44c74db76819ade186acb0fe5
[platform/kernel/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_MXC_PHYADDR          0x01
11
12 /* UART */
13 #define CONFIG_MXC_UART_BASE            UART4_BASE
14 #define CONSOLE_DEV             "ttymxc3"
15
16 /* Watchdog */
17
18 /* Config on-board RTC */
19 #define CONFIG_RTC_DS1337
20 #define CONFIG_SYS_RTC_BUS_NUM          2
21 #define CONFIG_SYS_I2C_RTC_ADDR         0x68
22 /* Turn off RTC square-wave output to save battery */
23 #define CONFIG_RTC_DS1337_NOOSC
24
25 /* LED */
26
27 /* I2C */
28
29 #endif /* __CONFIG_TQMA6_WRU4_H */