Convert CONFIG_MXC_UART to Kconfig
[platform/kernel/u-boot.git] / include / configs / nitrogen6x.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2010-2011 Freescale Semiconductor, Inc.
4  *
5  * Configuration settings for the Boundary Devices Nitrogen6X
6  * and Freescale i.MX6Q Sabre Lite boards.
7  */
8
9 #ifndef __CONFIG_H
10 #define __CONFIG_H
11
12 #include "mx6_common.h"
13
14 #define CONFIG_MACH_TYPE        3769
15
16 /* Size of malloc() pool */
17 #define CONFIG_SYS_MALLOC_LEN           (10 * 1024 * 1024)
18
19 #define CONFIG_USBD_HS
20 #define CONFIG_NETCONSOLE
21
22 #define CONFIG_MXC_UART_BASE           UART2_BASE
23
24 /* I2C Configs */
25 #define CONFIG_SYS_I2C
26 #define CONFIG_SYS_I2C_MXC
27 #define CONFIG_SYS_I2C_MXC_I2C1         /* enable I2C bus 1 */
28 #define CONFIG_SYS_I2C_MXC_I2C2         /* enable I2C bus 2 */
29 #define CONFIG_SYS_I2C_MXC_I2C3         /* enable I2C bus 3 */
30 #define CONFIG_SYS_I2C_SPEED            100000
31 #define CONFIG_I2C_EDID
32
33 /* MMC Configs */
34 #define CONFIG_SYS_FSL_ESDHC_ADDR      0
35 #define CONFIG_SYS_FSL_USDHC_NUM       2
36
37 /*
38  * SATA Configs
39  */
40 #ifdef CONFIG_CMD_SATA
41 #define CONFIG_SYS_SATA_MAX_DEVICE      1
42 #define CONFIG_DWC_AHSATA_PORT_ID       0
43 #define CONFIG_DWC_AHSATA_BASE_ADDR     SATA_ARB_BASE_ADDR
44 #define CONFIG_LBA48
45 #endif
46
47 #define CONFIG_FEC_MXC
48 #define IMX_FEC_BASE                    ENET_BASE_ADDR
49 #define CONFIG_FEC_XCV_TYPE             RGMII
50 #define CONFIG_ETHPRIME                 "FEC"
51 #define CONFIG_FEC_MXC_PHYADDR          6
52
53 /* USB Configs */
54 #define CONFIG_USB_MAX_CONTROLLER_COUNT 2
55 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET        /* For OTG port */
56 #define CONFIG_MXC_USB_PORTSC   (PORT_PTS_UTMI | PORT_PTS_PTW)
57 #define CONFIG_MXC_USB_FLAGS    0
58
59 /* Framebuffer and LCD */
60 #define CONFIG_VIDEO_BMP_RLE8
61 #define CONFIG_SPLASH_SCREEN
62 #define CONFIG_SPLASH_SCREEN_ALIGN
63 #define CONFIG_VIDEO_BMP_GZIP
64 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (6 * 1024 * 1024)
65 #define CONFIG_BMP_16BPP
66 #define CONFIG_IMX_HDMI
67 #define CONFIG_IMX_VIDEO_SKIP
68
69 #ifdef CONFIG_CMD_MMC
70 #define DISTRO_BOOT_DEV_MMC(func) func(MMC, mmc, 0) func(MMC, mmc, 1)
71 #else
72 #define DISTRO_BOOT_DEV_MMC(func)
73 #endif
74
75 #ifdef CONFIG_CMD_SATA
76 #define DISTRO_BOOT_DEV_SATA(func) func(SATA, sata, 0)
77 #else
78 #define DISTRO_BOOT_DEV_SATA(func)
79 #endif
80
81 #ifdef CONFIG_USB_STORAGE
82 #define DISTRO_BOOT_DEV_USB(func) func(USB, usb, 0)
83 #else
84 #define DISTRO_BOOT_DEV_USB(func)
85 #endif
86
87 #ifdef CONFIG_CMD_PXE
88 #define DISTRO_BOOT_DEV_PXE(func) func(PXE, pxe, na)
89 #else
90 #define DISTRO_BOOT_DEV_PXE(func)
91 #endif
92
93 #ifdef CONFIG_CMD_DHCP
94 #define DISTRO_BOOT_DEV_DHCP(func) func(DHCP, dhcp, na)
95 #else
96 #define DISTRO_BOOT_DEV_DHCP(func)
97 #endif
98
99
100 #if defined(CONFIG_SABRELITE)
101 #define FDTFILE "fdtfile=imx6q-sabrelite.dtb\0"
102 #else
103 /* FIXME: nitrogen6x covers multiple configs. Define fdtfile for each supported config. */
104 #define FDTFILE
105 #endif
106
107 #define BOOT_TARGET_DEVICES(func) \
108         DISTRO_BOOT_DEV_MMC(func) \
109         DISTRO_BOOT_DEV_SATA(func) \
110         DISTRO_BOOT_DEV_USB(func) \
111         DISTRO_BOOT_DEV_PXE(func) \
112         DISTRO_BOOT_DEV_DHCP(func)
113
114 #include <config_distro_bootcmd.h>
115 #include <linux/stringify.h>
116
117 #define CONFIG_EXTRA_ENV_SETTINGS \
118         "console=ttymxc1\0" \
119         "fdt_high=0xffffffff\0" \
120         "initrd_high=0xffffffff\0" \
121         "fdt_addr_r=0x18000000\0" \
122         FDTFILE \
123         "kernel_addr_r=" __stringify(CONFIG_LOADADDR) "\0"  \
124         "pxefile_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \
125         "scriptaddr=" __stringify(CONFIG_LOADADDR) "\0" \
126         "ramdisk_addr_r=0x13000000\0" \
127         "ramdiskaddr=0x13000000\0" \
128         "ip_dyn=yes\0" \
129         "usb_pgood_delay=2000\0" \
130         BOOTENV
131
132 /* Miscellaneous configurable options */
133
134 /* Physical Memory Map */
135 #define PHYS_SDRAM                     MMDC0_ARB_BASE_ADDR
136
137 #define CONFIG_SYS_SDRAM_BASE          PHYS_SDRAM
138 #define CONFIG_SYS_INIT_RAM_ADDR       IRAM_BASE_ADDR
139 #define CONFIG_SYS_INIT_RAM_SIZE       IRAM_SIZE
140
141 #define CONFIG_SYS_INIT_SP_OFFSET \
142         (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
143 #define CONFIG_SYS_INIT_SP_ADDR \
144         (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
145
146 /* Environment organization */
147
148 #if defined(CONFIG_ENV_IS_IN_MMC)
149 #define CONFIG_SYS_MMC_ENV_DEV          0
150 #endif
151
152 /*
153  * PCI express
154  */
155 #ifdef CONFIG_CMD_PCI
156 #define CONFIG_PCI_SCAN_SHOW
157 #define CONFIG_PCIE_IMX
158 #endif
159
160 #endif         /* __CONFIG_H */