Merge patch series "upl: Prerequite patches for updated spec"
[u-boot.git] / include / configs / tqma6_wru4.h
blob5e21463305a8f38f27cae4e1b3081f5e90e3fff5
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright (C) 2015 Stefan Roese <sr@denx.de>
4 */
6 #ifndef __CONFIG_TQMA6_WRU4_H
7 #define __CONFIG_TQMA6_WRU4_H
9 /* Ethernet */
10 #define CFG_FEC_MXC_PHYADDR 0x01
12 /* UART */
13 #define CFG_MXC_UART_BASE UART4_BASE
14 #define CONSOLE_DEV "ttymxc3"
16 /* Watchdog */
18 /* Config on-board RTC */
19 #define CFG_SYS_I2C_RTC_ADDR 0x68
20 /* Turn off RTC square-wave output to save battery */
22 /* LED */
24 /* I2C */
26 #endif /* __CONFIG_TQMA6_WRU4_H */