Merge branch 'next'
[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 CFG_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 CFG_POWER_PFUZE100_I2C_ADDR     0x08
34 #define CFG_POWER_LTC3676_I2C_ADDR  0x3c
35
36 /* Various command support */
37
38 /* USB Configs */
39 #define CFG_MXC_USB_PORTSC     (PORT_PTS_UTMI | PORT_PTS_PTW)
40 #define CFG_MXC_USB_FLAGS      0
41
42 /* Miscellaneous configurable options */
43
44 /* Memory configuration */
45
46 /* Physical Memory Map */
47 #define PHYS_SDRAM                     MMDC0_ARB_BASE_ADDR
48 #define CFG_SYS_SDRAM_BASE          PHYS_SDRAM
49 #define CFG_SYS_INIT_RAM_ADDR       IRAM_BASE_ADDR
50 #define CFG_SYS_INIT_RAM_SIZE       IRAM_SIZE
51
52 /*
53  * MTD Command for mtdparts
54  */
55
56 /* Persistent Environment Config */
57
58 /* Environment */
59
60 #endif                         /* __CONFIG_H */