Prepare v2023.10
[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
15 /* Physical Memory Map */
16 #define CFG_SYS_SDRAM_BASE              MMDC0_ARB_BASE_ADDR
17 #define CFG_SYS_INIT_RAM_ADDR   IRAM_BASE_ADDR
18 #define CFG_SYS_INIT_RAM_SIZE   IRAM_SIZE
19
20 /* USB */
21 #ifdef CONFIG_USB_EHCI_MX6
22 #define CFG_MXC_USB_PORTSC              (PORT_PTS_UTMI | PORT_PTS_PTW)
23 #define CFG_MXC_USB_FLAGS               0
24 #endif
25
26 /* LCD */
27 #define MXS_LCDIF_BASE MX6UL_LCDIF1_BASE_ADDR
28
29 #endif /* __OPOS6ULDEV_CONFIG_H */