Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Stefan Roese | be4cb04 | 2015-07-06 13:36:33 +0200 | [diff] [blame] | 2 | /* |
3 | * Copyright (C) 2015 Stefan Roese <sr@denx.de> | ||||
Stefan Roese | be4cb04 | 2015-07-06 13:36:33 +0200 | [diff] [blame] | 4 | */ |
5 | |||||
6 | #ifndef __CONFIG_TQMA6_WRU4_H | ||||
7 | #define __CONFIG_TQMA6_WRU4_H | ||||
8 | |||||
Stefan Roese | be4cb04 | 2015-07-06 13:36:33 +0200 | [diff] [blame] | 9 | /* Ethernet */ |
Stefan Roese | be4cb04 | 2015-07-06 13:36:33 +0200 | [diff] [blame] | 10 | #define CONFIG_FEC_MXC_PHYADDR 0x01 |
Stefan Roese | be4cb04 | 2015-07-06 13:36:33 +0200 | [diff] [blame] | 11 | |
12 | /* UART */ | ||||
13 | #define CONFIG_MXC_UART_BASE UART4_BASE | ||||
Simon Glass | 4694a74 | 2016-10-17 20:12:39 -0600 | [diff] [blame] | 14 | #define CONSOLE_DEV "ttymxc3" |
Stefan Roese | be4cb04 | 2015-07-06 13:36:33 +0200 | [diff] [blame] | 15 | |
Stefan Roese | be4cb04 | 2015-07-06 13:36:33 +0200 | [diff] [blame] | 16 | /* Watchdog */ |
Stefan Roese | be4cb04 | 2015-07-06 13:36:33 +0200 | [diff] [blame] | 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 */ | ||||
Chris Packham | 2d3ac51 | 2017-05-30 12:03:33 +1200 | [diff] [blame] | 23 | #define CONFIG_RTC_DS1337_NOOSC |
Stefan Roese | be4cb04 | 2015-07-06 13:36:33 +0200 | [diff] [blame] | 24 | |
Stefan Roese | be4cb04 | 2015-07-06 13:36:33 +0200 | [diff] [blame] | 25 | /* LED */ |
Stefan Roese | be4cb04 | 2015-07-06 13:36:33 +0200 | [diff] [blame] | 26 | |
27 | /* Bootcounter */ | ||||
Stefan Roese | be4cb04 | 2015-07-06 13:36:33 +0200 | [diff] [blame] | 28 | #define CONFIG_SYS_BOOTCOUNT_BE |
29 | |||||
Michael Krummsdorf | 3072f6e | 2020-04-09 15:21:40 +0200 | [diff] [blame] | 30 | /* I2C */ |
Michael Krummsdorf | 3072f6e | 2020-04-09 15:21:40 +0200 | [diff] [blame] | 31 | |
Stefan Roese | be4cb04 | 2015-07-06 13:36:33 +0200 | [diff] [blame] | 32 | #endif /* __CONFIG_TQMA6_WRU4_H */ |