diff options
author | 2023-10-10 14:33:42 +0000 | |
---|---|---|
committer | 2023-10-10 14:33:42 +0000 | |
commit | af1a266670d040d2f4083ff309d732d648afba2a (patch) | |
tree | 2fc46203448ddcc6f81546d379abfaeb323575e9 /roms/u-boot/include/configs/tqma6_wru4.h | |
parent | e02cda008591317b1625707ff8e115a4841aa889 (diff) |
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'roms/u-boot/include/configs/tqma6_wru4.h')
-rw-r--r-- | roms/u-boot/include/configs/tqma6_wru4.h | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/roms/u-boot/include/configs/tqma6_wru4.h b/roms/u-boot/include/configs/tqma6_wru4.h new file mode 100644 index 000000000..4c4a1a0ee --- /dev/null +++ b/roms/u-boot/include/configs/tqma6_wru4.h @@ -0,0 +1,35 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (C) 2015 Stefan Roese <sr@denx.de> + */ + +#ifndef __CONFIG_TQMA6_WRU4_H +#define __CONFIG_TQMA6_WRU4_H + +/* Ethernet */ +#define CONFIG_FEC_XCV_TYPE RMII +#define CONFIG_ETHPRIME "FEC" +#define CONFIG_FEC_MXC_PHYADDR 0x01 + +/* UART */ +#define CONFIG_MXC_UART_BASE UART4_BASE +#define CONSOLE_DEV "ttymxc3" + +/* Watchdog */ + +/* Config on-board RTC */ +#define CONFIG_RTC_DS1337 +#define CONFIG_SYS_RTC_BUS_NUM 2 +#define CONFIG_SYS_I2C_RTC_ADDR 0x68 +/* Turn off RTC square-wave output to save battery */ +#define CONFIG_RTC_DS1337_NOOSC + +/* LED */ + +/* Bootcounter */ +#define CONFIG_SYS_BOOTCOUNT_BE + +/* I2C */ +#define CONFIG_SYS_I2C + +#endif /* __CONFIG_TQMA6_WRU4_H */ |