]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/configs/tqma6_wru4.h
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / include / configs / tqma6_wru4.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
452308c0
SR
2/*
3 * Copyright (C) 2015 Stefan Roese <sr@denx.de>
452308c0
SR
4 */
5
6#ifndef __CONFIG_TQMA6_WRU4_H
7#define __CONFIG_TQMA6_WRU4_H
8
452308c0
SR
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
12ca05a3 17#define CONSOLE_DEV "ttymxc3"
452308c0
SR
18
19#define CONFIG_MISC_INIT_R
20
21/* Watchdog */
22#define CONFIG_HW_WATCHDOG
23#define CONFIG_IMX_WATCHDOG
24#define CONFIG_WATCHDOG_TIMEOUT_MSECS 60000
25
26/* Config on-board RTC */
27#define CONFIG_RTC_DS1337
28#define CONFIG_SYS_RTC_BUS_NUM 2
29#define CONFIG_SYS_I2C_RTC_ADDR 0x68
30/* Turn off RTC square-wave output to save battery */
2bd3cab3 31#define CONFIG_RTC_DS1337_NOOSC
452308c0 32
452308c0 33/* LED */
452308c0
SR
34
35/* Bootcounter */
452308c0
SR
36#define CONFIG_SYS_BOOTCOUNT_BE
37
38#endif /* __CONFIG_TQMA6_WRU4_H */