blob: a1a0cdaf2e6244769bc60abc5d5307c21e2c19f9 [file] [log] [blame]
Eric Nelsone5b3a502013-03-11 08:44:53 +00001/*
2 * Copyright (C) 2010-2011 Freescale Semiconductor, Inc.
3 *
4 * Configuration settings for the Boundary Devices Nitrogen6X
5 * and Freescale i.MX6Q Sabre Lite boards.
6 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02007 * SPDX-License-Identifier: GPL-2.0+
Eric Nelsone5b3a502013-03-11 08:44:53 +00008 */
9
10#ifndef __CONFIG_H
11#define __CONFIG_H
12
Eric Nelson062772c2013-11-26 17:40:30 -070013#include "mx6_common.h"
Eric Nelsone5b3a502013-03-11 08:44:53 +000014
15#define CONFIG_MACH_TYPE 3769
16
Eric Nelsone5b3a502013-03-11 08:44:53 +000017/* Size of malloc() pool */
18#define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024)
19
Eric Nelsone5b3a502013-03-11 08:44:53 +000020#define CONFIG_MISC_INIT_R
Troy Kisky760327c2013-09-25 18:41:18 -070021#define CONFIG_USBD_HS
Troy Kisky760327c2013-09-25 18:41:18 -070022#define CONFIG_USB_ETHER
23#define CONFIG_USB_ETH_CDC
24#define CONFIG_NETCONSOLE
Eric Nelsone5b3a502013-03-11 08:44:53 +000025
Eric Nelsone5b3a502013-03-11 08:44:53 +000026#define CONFIG_MXC_UART
27#define CONFIG_MXC_UART_BASE UART2_BASE
28
Eric Nelsone5b3a502013-03-11 08:44:53 +000029#ifdef CONFIG_CMD_SF
Eric Nelsone5b3a502013-03-11 08:44:53 +000030#define CONFIG_MXC_SPI
31#define CONFIG_SF_DEFAULT_BUS 0
Nikita Kiryanov00cd7382014-08-20 15:08:50 +030032#define CONFIG_SF_DEFAULT_CS 0
Eric Nelsone5b3a502013-03-11 08:44:53 +000033#define CONFIG_SF_DEFAULT_SPEED 25000000
34#define CONFIG_SF_DEFAULT_MODE (SPI_MODE_0)
35#endif
36
37/* I2C Configs */
trem03997412013-09-21 18:13:36 +020038#define CONFIG_SYS_I2C
39#define CONFIG_SYS_I2C_MXC
Albert ARIBAUD \\(3ADEV\\)eb943872015-09-21 22:43:38 +020040#define CONFIG_SYS_I2C_MXC_I2C1 /* enable I2C bus 1 */
41#define CONFIG_SYS_I2C_MXC_I2C2 /* enable I2C bus 2 */
York Sunf1a52162015-03-20 10:20:40 -070042#define CONFIG_SYS_I2C_MXC_I2C3 /* enable I2C bus 3 */
Eric Nelsone5b3a502013-03-11 08:44:53 +000043#define CONFIG_SYS_I2C_SPEED 100000
Eric Nelson69691c62014-10-02 12:16:47 -070044#define CONFIG_I2C_EDID
Eric Nelsone5b3a502013-03-11 08:44:53 +000045
Eric Nelsone5b3a502013-03-11 08:44:53 +000046/* MMC Configs */
Eric Nelsone5b3a502013-03-11 08:44:53 +000047#define CONFIG_SYS_FSL_ESDHC_ADDR 0
48#define CONFIG_SYS_FSL_USDHC_NUM 2
49
Eric Nelsone5b3a502013-03-11 08:44:53 +000050/*
51 * SATA Configs
52 */
53#ifdef CONFIG_CMD_SATA
54#define CONFIG_DWC_AHSATA
55#define CONFIG_SYS_SATA_MAX_DEVICE 1
56#define CONFIG_DWC_AHSATA_PORT_ID 0
57#define CONFIG_DWC_AHSATA_BASE_ADDR SATA_ARB_BASE_ADDR
58#define CONFIG_LBA48
59#define CONFIG_LIBATA
60#endif
61
Eric Nelsone5b3a502013-03-11 08:44:53 +000062#define CONFIG_FEC_MXC
63#define CONFIG_MII
64#define IMX_FEC_BASE ENET_BASE_ADDR
65#define CONFIG_FEC_XCV_TYPE RGMII
66#define CONFIG_ETHPRIME "FEC"
67#define CONFIG_FEC_MXC_PHYADDR 6
68#define CONFIG_PHYLIB
69#define CONFIG_PHY_MICREL
70#define CONFIG_PHY_MICREL_KSZ9021
71
72/* USB Configs */
Eric Nelsone5b3a502013-03-11 08:44:53 +000073#define CONFIG_USB_HOST_ETHER
74#define CONFIG_USB_ETHER_ASIX
Gerhard Sittig42436a92014-03-08 19:46:16 +010075#define CONFIG_USB_ETHER_MCS7830
Eric Nelsone5b3a502013-03-11 08:44:53 +000076#define CONFIG_USB_ETHER_SMSC95XX
Troy Kiskyed72a9e2013-10-10 15:27:59 -070077#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
78#define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* For OTG port */
Eric Nelsone5b3a502013-03-11 08:44:53 +000079#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
80#define CONFIG_MXC_USB_FLAGS 0
Eric Nelson73f61c02014-10-02 12:16:45 -070081#define CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP
Eric Nelsone5b3a502013-03-11 08:44:53 +000082
Eric Nelsone5b3a502013-03-11 08:44:53 +000083/* Framebuffer and LCD */
Eric Nelsone5b3a502013-03-11 08:44:53 +000084#define CONFIG_VIDEO_IPUV3
Eric Nelsone5b3a502013-03-11 08:44:53 +000085#define CONFIG_VIDEO_BMP_RLE8
86#define CONFIG_SPLASH_SCREEN
Eric Nelson89f2be52015-04-16 11:31:33 -070087#define CONFIG_SPLASH_SCREEN_ALIGN
88#define CONFIG_VIDEO_BMP_GZIP
89#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (6 * 1024 * 1024)
Eric Nelsone5b3a502013-03-11 08:44:53 +000090#define CONFIG_BMP_16BPP
Eric Nelsone5b3a502013-03-11 08:44:53 +000091#define CONFIG_IPUV3_CLK 260000000
Pardeep Kumar Singlac1fa1302013-07-25 12:12:13 -050092#define CONFIG_IMX_HDMI
Eric Benard7f63c142014-04-04 19:05:53 +020093#define CONFIG_IMX_VIDEO_SKIP
Eric Nelsone5b3a502013-03-11 08:44:53 +000094
Eric Nelsone5b3a502013-03-11 08:44:53 +000095#define CONFIG_PREBOOT ""
96
Eric Nelsone5b3a502013-03-11 08:44:53 +000097#ifdef CONFIG_CMD_SATA
98#define CONFIG_DRIVE_SATA "sata "
99#else
100#define CONFIG_DRIVE_SATA
101#endif
102
103#ifdef CONFIG_CMD_MMC
104#define CONFIG_DRIVE_MMC "mmc "
105#else
106#define CONFIG_DRIVE_MMC
107#endif
108
Diego Rondini4e7394d2014-10-02 12:16:41 -0700109#ifdef CONFIG_USB_STORAGE
110#define CONFIG_DRIVE_USB "usb "
111#else
112#define CONFIG_DRIVE_USB
113#endif
114
115#define CONFIG_DRIVE_TYPES CONFIG_DRIVE_SATA CONFIG_DRIVE_MMC CONFIG_DRIVE_USB
Eric Nelson4cee9852014-10-02 12:16:44 -0700116#define CONFIG_UMSDEVS CONFIG_DRIVE_SATA CONFIG_DRIVE_MMC
Eric Nelsone5b3a502013-03-11 08:44:53 +0000117
Fabio Estevam1fd60922013-07-26 11:37:17 -0300118#if defined(CONFIG_SABRELITE)
Eric Nelsone5b3a502013-03-11 08:44:53 +0000119#define CONFIG_EXTRA_ENV_SETTINGS \
Fabio Estevam1fd60922013-07-26 11:37:17 -0300120 "script=boot.scr\0" \
121 "uimage=uImage\0" \
122 "console=ttymxc1\0" \
123 "fdt_high=0xffffffff\0" \
124 "initrd_high=0xffffffff\0" \
125 "fdt_file=imx6q-sabrelite.dtb\0" \
Otavio Salvador2abc2ae2013-12-16 20:44:04 -0200126 "fdt_addr=0x18000000\0" \
Fabio Estevam1fd60922013-07-26 11:37:17 -0300127 "boot_fdt=try\0" \
128 "ip_dyn=yes\0" \
Gary Bissond3919c02017-01-12 12:18:44 +0100129 "usb_pgood_delay=2000\0" \
Guillaume GARDET6426ce32014-09-11 11:59:52 +0200130 "mmcdevs=0 1\0" \
Fabio Estevam1fd60922013-07-26 11:37:17 -0300131 "mmcpart=1\0" \
132 "mmcroot=/dev/mmcblk0p2 rootwait rw\0" \
133 "mmcargs=setenv bootargs console=${console},${baudrate} " \
134 "root=${mmcroot}\0" \
135 "loadbootscript=" \
Guillaume GARDET91f86802014-08-26 12:05:31 +0200136 "load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \
Fabio Estevam1fd60922013-07-26 11:37:17 -0300137 "bootscript=echo Running bootscript from mmc ...; " \
138 "source\0" \
Guillaume GARDET91f86802014-08-26 12:05:31 +0200139 "loaduimage=load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${uimage}\0" \
140 "loadfdt=load mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
Fabio Estevam1fd60922013-07-26 11:37:17 -0300141 "mmcboot=echo Booting from mmc ...; " \
142 "run mmcargs; " \
143 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
144 "if run loadfdt; then " \
145 "bootm ${loadaddr} - ${fdt_addr}; " \
146 "else " \
147 "if test ${boot_fdt} = try; then " \
148 "bootm; " \
149 "else " \
150 "echo WARN: Cannot load the DT; " \
151 "fi; " \
152 "fi; " \
153 "else " \
154 "bootm; " \
155 "fi;\0" \
156 "netargs=setenv bootargs console=${console},${baudrate} " \
157 "root=/dev/nfs " \
158 "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \
159 "netboot=echo Booting from net ...; " \
160 "run netargs; " \
161 "if test ${ip_dyn} = yes; then " \
162 "setenv get_cmd dhcp; " \
163 "else " \
164 "setenv get_cmd tftp; " \
165 "fi; " \
166 "${get_cmd} ${uimage}; " \
167 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
168 "if ${get_cmd} ${fdt_addr} ${fdt_file}; then " \
169 "bootm ${loadaddr} - ${fdt_addr}; " \
170 "else " \
171 "if test ${boot_fdt} = try; then " \
172 "bootm; " \
173 "else " \
174 "echo WARN: Cannot load the DT; " \
175 "fi; " \
176 "fi; " \
177 "else " \
178 "bootm; " \
179 "fi;\0"
180
181#define CONFIG_BOOTCOMMAND \
Guillaume GARDET6426ce32014-09-11 11:59:52 +0200182 "for mmcdev in ${mmcdevs}; do " \
183 "mmc dev ${mmcdev}; " \
184 "if mmc rescan; then " \
185 "if run loadbootscript; then " \
186 "run bootscript; " \
187 "else " \
188 "if run loaduimage; then " \
189 "run mmcboot; " \
190 "fi; " \
191 "fi; " \
192 "fi; " \
193 "done; " \
194 "run netboot; "
Fabio Estevam1fd60922013-07-26 11:37:17 -0300195#else
196#define CONFIG_EXTRA_ENV_SETTINGS \
Diego Rondini4e7394d2014-10-02 12:16:41 -0700197 "bootdevs=" CONFIG_DRIVE_TYPES "\0" \
Eric Nelson4cee9852014-10-02 12:16:44 -0700198 "umsdevs=" CONFIG_UMSDEVS "\0" \
Gary Bissond3919c02017-01-12 12:18:44 +0100199 "usb_pgood_delay=2000\0" \
Eric Nelsone5b3a502013-03-11 08:44:53 +0000200 "console=ttymxc1\0" \
201 "clearenv=if sf probe || sf probe || sf probe 1 ; then " \
202 "sf erase 0xc0000 0x2000 && " \
203 "echo restored environment to factory default ; fi\0" \
Diego Rondini4e7394d2014-10-02 12:16:41 -0700204 "bootcmd=for dtype in ${bootdevs}" \
Eric Nelsone5b3a502013-03-11 08:44:53 +0000205 "; do " \
Diego Rondini4e7394d2014-10-02 12:16:41 -0700206 "if itest.s \"xusb\" == \"x${dtype}\" ; then " \
207 "usb start ;" \
208 "fi; " \
Eric Nelsone5b3a502013-03-11 08:44:53 +0000209 "for disk in 0 1 ; do ${dtype} dev ${disk} ;" \
Kevin Mihelich851675a2014-10-02 12:16:42 -0700210 "load " \
211 "${dtype} ${disk}:1 " \
212 "10008000 " \
213 "/6x_bootscript" \
214 "&& source 10008000 ; " \
Eric Nelsone5b3a502013-03-11 08:44:53 +0000215 "done ; " \
216 "done; " \
217 "setenv stdout serial,vga ; " \
218 "echo ; echo 6x_bootscript not found ; " \
219 "echo ; echo serial console at 115200, 8N1 ; echo ; " \
220 "echo details at http://boundarydevices.com/6q_bootscript ; " \
Eric Nelson4cee9852014-10-02 12:16:44 -0700221 "setenv stdout serial;" \
222 "setenv stdin serial,usbkbd;" \
223 "for dtype in ${umsdevs} ; do " \
224 "if itest.s sata == ${dtype}; then " \
225 "initcmd='sata init' ;" \
226 "else " \
227 "initcmd='mmc rescan' ;" \
228 "fi; " \
229 "for disk in 0 1 ; do " \
230 "if $initcmd && $dtype dev $disk ; then " \
231 "setenv stdout serial,vga; " \
232 "echo expose ${dtype} ${disk} " \
233 "over USB; " \
234 "ums 0 $dtype $disk ;" \
235 "fi; " \
236 " done; " \
237 "done ;" \
238 "setenv stdout serial,vga; " \
239 "echo no block devices found;" \
240 "\0" \
Eric Nelson3253b872014-10-02 12:16:43 -0700241 "initrd_high=0xffffffff\0" \
Diego Rondini4e7394d2014-10-02 12:16:41 -0700242 "upgradeu=for dtype in ${bootdevs}" \
Eric Nelsone5b3a502013-03-11 08:44:53 +0000243 "; do " \
244 "for disk in 0 1 ; do ${dtype} dev ${disk} ;" \
Kevin Mihelich851675a2014-10-02 12:16:42 -0700245 "load ${dtype} ${disk}:1 10008000 " \
246 "/6x_upgrade " \
247 "&& source 10008000 ; " \
Eric Nelsone5b3a502013-03-11 08:44:53 +0000248 "done ; " \
249 "done\0" \
250
Fabio Estevam1fd60922013-07-26 11:37:17 -0300251#endif
Eric Nelsone5b3a502013-03-11 08:44:53 +0000252/* Miscellaneous configurable options */
Eric Nelsone5b3a502013-03-11 08:44:53 +0000253#define CONFIG_SYS_MEMTEST_START 0x10000000
254#define CONFIG_SYS_MEMTEST_END 0x10010000
255#define CONFIG_SYS_MEMTEST_SCRATCH 0x10800000
256
Eric Nelsone5b3a502013-03-11 08:44:53 +0000257/* Physical Memory Map */
258#define CONFIG_NR_DRAM_BANKS 1
259#define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
260
261#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
262#define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
263#define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE
264
265#define CONFIG_SYS_INIT_SP_OFFSET \
266 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
267#define CONFIG_SYS_INIT_SP_ADDR \
268 (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
269
Peter Robinson4b671502015-05-22 17:30:45 +0100270/* Environment organization */
Eric Nelsone5b3a502013-03-11 08:44:53 +0000271#define CONFIG_ENV_SIZE (8 * 1024)
272
Eric Nelsone5b3a502013-03-11 08:44:53 +0000273#if defined(CONFIG_ENV_IS_IN_MMC)
274#define CONFIG_ENV_OFFSET (6 * 64 * 1024)
275#define CONFIG_SYS_MMC_ENV_DEV 0
276#elif defined(CONFIG_ENV_IS_IN_SPI_FLASH)
277#define CONFIG_ENV_OFFSET (768 * 1024)
278#define CONFIG_ENV_SECT_SIZE (8 * 1024)
279#define CONFIG_ENV_SPI_BUS CONFIG_SF_DEFAULT_BUS
280#define CONFIG_ENV_SPI_CS CONFIG_SF_DEFAULT_CS
281#define CONFIG_ENV_SPI_MODE CONFIG_SF_DEFAULT_MODE
282#define CONFIG_ENV_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED
283#endif
284
Eric Nelsone5b3a502013-03-11 08:44:53 +0000285#define CONFIG_SYS_ALT_MEMTEST
286
Marek Vasut52303852013-12-14 05:55:29 +0100287/*
288 * PCI express
289 */
Marek Vasut52303852013-12-14 05:55:29 +0100290#ifdef CONFIG_CMD_PCI
Marek Vasut52303852013-12-14 05:55:29 +0100291#define CONFIG_PCI_SCAN_SHOW
292#define CONFIG_PCIE_IMX
293#endif
294
Paul Kocialkowski045d6052015-06-12 19:56:58 +0200295#define CONFIG_USB_FUNCTION_MASS_STORAGE
Eric Nelson07e6c6a2014-10-02 12:16:40 -0700296
Paul Kocialkowskid55acc02015-06-12 19:56:59 +0200297#define CONFIG_USB_FUNCTION_FASTBOOT
Eric Nelson76890e52014-10-02 12:16:52 -0700298#define CONFIG_CMD_FASTBOOT
299#define CONFIG_ANDROID_BOOT_IMAGE
Paul Kocialkowskif84f0912015-07-20 12:38:22 +0200300#define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
301#define CONFIG_FASTBOOT_BUF_SIZE 0x07000000
Eric Nelson76890e52014-10-02 12:16:52 -0700302
Eric Nelsone5b3a502013-03-11 08:44:53 +0000303#endif /* __CONFIG_H */