Convert CONFIG_HOSTNAME et al to Kconfig
[platform/kernel/u-boot.git] / include / configs / opos6uldev.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2017 Armadeus Systems
4  *
5  * Configuration settings for the OPOS6ULDev board
6  */
7
8 #ifndef __OPOS6ULDEV_CONFIG_H
9 #define __OPOS6ULDEV_CONFIG_H
10
11 #include "mx6_common.h"
12
13 /* Miscellaneous configurable options */
14 #define CONFIG_STANDALONE_LOAD_ADDR     CONFIG_SYS_LOAD_ADDR
15
16 /* Physical Memory Map */
17 #define CFG_SYS_SDRAM_BASE              MMDC0_ARB_BASE_ADDR
18 #define CFG_SYS_INIT_RAM_ADDR   IRAM_BASE_ADDR
19 #define CFG_SYS_INIT_RAM_SIZE   IRAM_SIZE
20
21 /* USB */
22 #ifdef CONFIG_USB_EHCI_MX6
23 #define CONFIG_MXC_USB_PORTSC           (PORT_PTS_UTMI | PORT_PTS_PTW)
24 #define CONFIG_MXC_USB_FLAGS            0
25 #endif
26
27 /* LCD */
28 #define MXS_LCDIF_BASE MX6UL_LCDIF1_BASE_ADDR
29
30 #endif /* __OPOS6ULDEV_CONFIG_H */