Convert CONFIG_PCI_GT64120 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 #ifdef CONFIG_SPL
14 #include "imx6_spl.h"
15 #endif
16
17 /* Miscellaneous configurable options */
18 #define CONFIG_STANDALONE_LOAD_ADDR     CONFIG_SYS_LOAD_ADDR
19
20 /* Physical Memory Map */
21 #define CONFIG_SYS_SDRAM_BASE           MMDC0_ARB_BASE_ADDR
22 #define CONFIG_SYS_INIT_RAM_ADDR        IRAM_BASE_ADDR
23 #define CONFIG_SYS_INIT_RAM_SIZE        IRAM_SIZE
24
25 /* USB */
26 #ifdef CONFIG_USB_EHCI_MX6
27 #define CONFIG_MXC_USB_PORTSC           (PORT_PTS_UTMI | PORT_PTS_PTW)
28 #define CONFIG_MXC_USB_FLAGS            0
29 #endif
30
31 /* LCD */
32 #define MXS_LCDIF_BASE MX6UL_LCDIF1_BASE_ADDR
33
34 #define CONFIG_ROOTPATH         "/tftpboot/opos6ul-root"
35
36 #endif /* __OPOS6ULDEV_CONFIG_H */