645ca162a35a537d25a655f2b94f7a41c0224d4d
[platform/kernel/u-boot.git] / include / configs / gw_ventana.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2013 Gateworks Corporation
4  */
5
6 #ifndef __CONFIG_H
7 #define __CONFIG_H
8
9 /* SPL */
10 /* Location in NAND to read U-Boot from */
11
12 /* Falcon Mode */
13
14 /* Falcon Mode - MMC support: args@1MB kernel@2MB */
15
16 #include "mx6_common.h"
17
18 /* Serial */
19 #define CONFIG_MXC_UART_BASE           UART2_BASE
20
21 /* NAND */
22
23 /* MMC Configs */
24 #define CFG_SYS_FSL_ESDHC_ADDR      0
25
26 /*
27  * PCI express
28  */
29
30 /*
31  * PMIC
32  */
33 #define CONFIG_POWER_PFUZE100
34 #define CONFIG_POWER_PFUZE100_I2C_ADDR  0x08
35 #define CONFIG_POWER_LTC3676
36 #define CONFIG_POWER_LTC3676_I2C_ADDR  0x3c
37
38 /* Various command support */
39
40 /* USB Configs */
41 #define CONFIG_MXC_USB_PORTSC     (PORT_PTS_UTMI | PORT_PTS_PTW)
42 #define CONFIG_MXC_USB_FLAGS      0
43 #define CONFIG_USBD_HS
44
45 /* Framebuffer and LCD */
46 #define CONFIG_IMX_HDMI
47 #define CONFIG_IMX_VIDEO_SKIP
48
49 /* Miscellaneous configurable options */
50 #define CONFIG_HWCONFIG
51
52 /* Memory configuration */
53
54 /* Physical Memory Map */
55 #define PHYS_SDRAM                     MMDC0_ARB_BASE_ADDR
56 #define CONFIG_SYS_SDRAM_BASE          PHYS_SDRAM
57 #define CONFIG_SYS_INIT_RAM_ADDR       IRAM_BASE_ADDR
58 #define CONFIG_SYS_INIT_RAM_SIZE       IRAM_SIZE
59
60 /*
61  * MTD Command for mtdparts
62  */
63
64 /* Persistent Environment Config */
65
66 /* Environment */
67 #define CONFIG_IPADDR             192.168.1.1
68 #define CONFIG_SERVERIP           192.168.1.146
69
70 #endif                         /* __CONFIG_H */