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 /* LCD */
21 #define MXS_LCDIF_BASE MX6UL_LCDIF1_BASE_ADDR
22 
23 #endif /* __OPOS6ULDEV_CONFIG_H */
24