Stefan Roese | 452308c | 2015-07-06 13:36:33 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2015 Stefan Roese <sr@denx.de> |
| 3 | * |
| 4 | * SPDX-License-Identifier: GPL-2.0+ |
| 5 | */ |
| 6 | |
| 7 | #ifndef __CONFIG_TQMA6_WRU4_H |
| 8 | #define __CONFIG_TQMA6_WRU4_H |
| 9 | |
Stefan Roese | 452308c | 2015-07-06 13:36:33 +0200 | [diff] [blame] | 10 | /* Ethernet */ |
| 11 | #define CONFIG_FEC_XCV_TYPE RMII |
| 12 | #define CONFIG_ETHPRIME "FEC" |
| 13 | #define CONFIG_FEC_MXC_PHYADDR 0x01 |
| 14 | #define CONFIG_PHY_SMSC |
| 15 | |
| 16 | /* UART */ |
| 17 | #define CONFIG_MXC_UART_BASE UART4_BASE |
Simon Glass | 12ca05a | 2016-10-17 20:12:39 -0600 | [diff] [blame] | 18 | #define CONSOLE_DEV "ttymxc3" |
Stefan Roese | 452308c | 2015-07-06 13:36:33 +0200 | [diff] [blame] | 19 | |
| 20 | #define CONFIG_MISC_INIT_R |
| 21 | |
| 22 | /* Watchdog */ |
| 23 | #define CONFIG_HW_WATCHDOG |
| 24 | #define CONFIG_IMX_WATCHDOG |
| 25 | #define CONFIG_WATCHDOG_TIMEOUT_MSECS 60000 |
| 26 | |
| 27 | /* Config on-board RTC */ |
| 28 | #define CONFIG_RTC_DS1337 |
| 29 | #define CONFIG_SYS_RTC_BUS_NUM 2 |
| 30 | #define CONFIG_SYS_I2C_RTC_ADDR 0x68 |
| 31 | /* Turn off RTC square-wave output to save battery */ |
Chris Packham | 2bd3cab | 2017-05-30 12:03:33 +1200 | [diff] [blame] | 32 | #define CONFIG_RTC_DS1337_NOOSC |
Stefan Roese | 452308c | 2015-07-06 13:36:33 +0200 | [diff] [blame] | 33 | |
Stefan Roese | 452308c | 2015-07-06 13:36:33 +0200 | [diff] [blame] | 34 | /* LED */ |
Stefan Roese | 452308c | 2015-07-06 13:36:33 +0200 | [diff] [blame] | 35 | |
| 36 | /* Bootcounter */ |
| 37 | #define CONFIG_BOOTCOUNT_LIMIT |
| 38 | #define CONFIG_SYS_BOOTCOUNT_ADDR IRAM_BASE_ADDR |
| 39 | #define CONFIG_SYS_BOOTCOUNT_BE |
| 40 | |
Stefan Roese | 8b8ca0d | 2015-08-05 10:50:50 +0200 | [diff] [blame] | 41 | /* |
| 42 | * Remove all unused interfaces / commands that are defined in |
| 43 | * the common header tqms6.h |
| 44 | */ |
Stefan Roese | 8b8ca0d | 2015-08-05 10:50:50 +0200 | [diff] [blame] | 45 | #undef CONFIG_MXC_SPI |
| 46 | |
Stefan Roese | 452308c | 2015-07-06 13:36:33 +0200 | [diff] [blame] | 47 | #endif /* __CONFIG_TQMA6_WRU4_H */ |