blob: 4e375d88d1dfb704640d11e951ffe69e993f1dfa [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Eric Nelsond67b0d92013-03-11 08:44:53 +00002/*
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.
Eric Nelsond67b0d92013-03-11 08:44:53 +00007 */
8
9#ifndef __CONFIG_H
10#define __CONFIG_H
11
Eric Nelson02824dc2013-11-26 17:40:30 -070012#include "mx6_common.h"
Eric Nelsond67b0d92013-03-11 08:44:53 +000013
14#define CONFIG_MACH_TYPE 3769
15
Eric Nelsond67b0d92013-03-11 08:44:53 +000016/* Size of malloc() pool */
17#define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024)
18
Eric Nelsond67b0d92013-03-11 08:44:53 +000019#define CONFIG_MISC_INIT_R
Troy Kiskyf3d7cff2013-09-25 18:41:18 -070020#define CONFIG_USBD_HS
Troy Kiskyf3d7cff2013-09-25 18:41:18 -070021#define CONFIG_NETCONSOLE
Eric Nelsond67b0d92013-03-11 08:44:53 +000022
Eric Nelsond67b0d92013-03-11 08:44:53 +000023#define CONFIG_MXC_UART
24#define CONFIG_MXC_UART_BASE UART2_BASE
25
Eric Nelsond67b0d92013-03-11 08:44:53 +000026#ifdef CONFIG_CMD_SF
Eric Nelsond67b0d92013-03-11 08:44:53 +000027#define CONFIG_SF_DEFAULT_BUS 0
Nikita Kiryanov155fa9a2014-08-20 15:08:50 +030028#define CONFIG_SF_DEFAULT_CS 0
Eric Nelsond67b0d92013-03-11 08:44:53 +000029#define CONFIG_SF_DEFAULT_SPEED 25000000
30#define CONFIG_SF_DEFAULT_MODE (SPI_MODE_0)
31#endif
32
33/* I2C Configs */
tremb089d032013-09-21 18:13:36 +020034#define CONFIG_SYS_I2C
35#define CONFIG_SYS_I2C_MXC
Albert ARIBAUD \\(3ADEV\\)03544c62015-09-21 22:43:38 +020036#define CONFIG_SYS_I2C_MXC_I2C1 /* enable I2C bus 1 */
37#define CONFIG_SYS_I2C_MXC_I2C2 /* enable I2C bus 2 */
York Sunf8cb1012015-03-20 10:20:40 -070038#define CONFIG_SYS_I2C_MXC_I2C3 /* enable I2C bus 3 */
Eric Nelsond67b0d92013-03-11 08:44:53 +000039#define CONFIG_SYS_I2C_SPEED 100000
Eric Nelson5dbdc3c2014-10-02 12:16:47 -070040#define CONFIG_I2C_EDID
Eric Nelsond67b0d92013-03-11 08:44:53 +000041
Eric Nelsond67b0d92013-03-11 08:44:53 +000042/* MMC Configs */
Eric Nelsond67b0d92013-03-11 08:44:53 +000043#define CONFIG_SYS_FSL_ESDHC_ADDR 0
44#define CONFIG_SYS_FSL_USDHC_NUM 2
45
Eric Nelsond67b0d92013-03-11 08:44:53 +000046/*
47 * SATA Configs
48 */
49#ifdef CONFIG_CMD_SATA
Eric Nelsond67b0d92013-03-11 08:44:53 +000050#define CONFIG_SYS_SATA_MAX_DEVICE 1
51#define CONFIG_DWC_AHSATA_PORT_ID 0
52#define CONFIG_DWC_AHSATA_BASE_ADDR SATA_ARB_BASE_ADDR
53#define CONFIG_LBA48
Eric Nelsond67b0d92013-03-11 08:44:53 +000054#endif
55
Eric Nelsond67b0d92013-03-11 08:44:53 +000056#define CONFIG_FEC_MXC
57#define CONFIG_MII
58#define IMX_FEC_BASE ENET_BASE_ADDR
59#define CONFIG_FEC_XCV_TYPE RGMII
60#define CONFIG_ETHPRIME "FEC"
61#define CONFIG_FEC_MXC_PHYADDR 6
Eric Nelsond67b0d92013-03-11 08:44:53 +000062
63/* USB Configs */
Troy Kiskyd1a52862013-10-10 15:27:59 -070064#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
65#define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* For OTG port */
Eric Nelsond67b0d92013-03-11 08:44:53 +000066#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
67#define CONFIG_MXC_USB_FLAGS 0
68
Eric Nelsond67b0d92013-03-11 08:44:53 +000069/* Framebuffer and LCD */
Eric Nelsond67b0d92013-03-11 08:44:53 +000070#define CONFIG_VIDEO_IPUV3
Eric Nelsond67b0d92013-03-11 08:44:53 +000071#define CONFIG_VIDEO_BMP_RLE8
72#define CONFIG_SPLASH_SCREEN
Eric Nelson761bc192015-04-16 11:31:33 -070073#define CONFIG_SPLASH_SCREEN_ALIGN
74#define CONFIG_VIDEO_BMP_GZIP
75#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (6 * 1024 * 1024)
Eric Nelsond67b0d92013-03-11 08:44:53 +000076#define CONFIG_BMP_16BPP
Pardeep Kumar Singla5ea7f0e2013-07-25 12:12:13 -050077#define CONFIG_IMX_HDMI
Eric Benarda47e4492014-04-04 19:05:53 +020078#define CONFIG_IMX_VIDEO_SKIP
Eric Nelsond67b0d92013-03-11 08:44:53 +000079
Eric Nelsond67b0d92013-03-11 08:44:53 +000080#define CONFIG_PREBOOT ""
81
Guillaume GARDETcc5d7dc2018-04-18 17:04:58 +020082#ifdef CONFIG_CMD_MMC
83#define DISTRO_BOOT_DEV_MMC(func) func(MMC, mmc, 0) func(MMC, mmc, 1)
Eric Nelsond67b0d92013-03-11 08:44:53 +000084#else
Guillaume GARDETcc5d7dc2018-04-18 17:04:58 +020085#define DISTRO_BOOT_DEV_MMC(func)
Eric Nelsond67b0d92013-03-11 08:44:53 +000086#endif
87
Guillaume GARDETcc5d7dc2018-04-18 17:04:58 +020088#ifdef CONFIG_CMD_SATA
89#define DISTRO_BOOT_DEV_SATA(func) func(SATA, sata, 0)
Eric Nelsond67b0d92013-03-11 08:44:53 +000090#else
Guillaume GARDETcc5d7dc2018-04-18 17:04:58 +020091#define DISTRO_BOOT_DEV_SATA(func)
Eric Nelsond67b0d92013-03-11 08:44:53 +000092#endif
93
Diego Rondini5b7103e2014-10-02 12:16:41 -070094#ifdef CONFIG_USB_STORAGE
Guillaume GARDETcc5d7dc2018-04-18 17:04:58 +020095#define DISTRO_BOOT_DEV_USB(func) func(USB, usb, 0)
Diego Rondini5b7103e2014-10-02 12:16:41 -070096#else
Guillaume GARDETcc5d7dc2018-04-18 17:04:58 +020097#define DISTRO_BOOT_DEV_USB(func)
Diego Rondini5b7103e2014-10-02 12:16:41 -070098#endif
99
Guillaume GARDETcc5d7dc2018-04-18 17:04:58 +0200100#ifdef CONFIG_CMD_PXE
101#define DISTRO_BOOT_DEV_PXE(func) func(PXE, pxe, na)
102#else
103#define DISTRO_BOOT_DEV_PXE(func)
104#endif
105
106#ifdef CONFIG_CMD_DHCP
107#define DISTRO_BOOT_DEV_DHCP(func) func(DHCP, dhcp, na)
108#else
109#define DISTRO_BOOT_DEV_DHCP(func)
110#endif
111
Eric Nelsond67b0d92013-03-11 08:44:53 +0000112
Fabio Estevamf8b1e862013-07-26 11:37:17 -0300113#if defined(CONFIG_SABRELITE)
Guillaume GARDETcc5d7dc2018-04-18 17:04:58 +0200114#define FDTFILE "fdtfile=imx6q-sabrelite.dtb\0"
115#else
116/* FIXME: nitrogen6x covers multiple configs. Define fdtfile for each supported config. */
117#define FDTFILE
118#endif
119
120#define BOOT_TARGET_DEVICES(func) \
121 DISTRO_BOOT_DEV_MMC(func) \
122 DISTRO_BOOT_DEV_SATA(func) \
123 DISTRO_BOOT_DEV_USB(func) \
124 DISTRO_BOOT_DEV_PXE(func) \
125 DISTRO_BOOT_DEV_DHCP(func)
126
127#include <config_distro_bootcmd.h>
128
Fabio Estevamf8b1e862013-07-26 11:37:17 -0300129#define CONFIG_EXTRA_ENV_SETTINGS \
Fabio Estevamf8b1e862013-07-26 11:37:17 -0300130 "console=ttymxc1\0" \
131 "fdt_high=0xffffffff\0" \
132 "initrd_high=0xffffffff\0" \
Guillaume GARDETcc5d7dc2018-04-18 17:04:58 +0200133 "fdt_addr_r=0x18000000\0" \
134 FDTFILE \
135 "kernel_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \
136 "pxefile_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \
137 "scriptaddr=" __stringify(CONFIG_LOADADDR) "\0" \
138 "ramdisk_addr_r=0x13000000\0" \
139 "ramdiskaddr=0x13000000\0" \
Fabio Estevamf8b1e862013-07-26 11:37:17 -0300140 "ip_dyn=yes\0" \
Gary Bisson1c3e62d2017-01-12 12:18:44 +0100141 "usb_pgood_delay=2000\0" \
Guillaume GARDETcc5d7dc2018-04-18 17:04:58 +0200142 BOOTENV
Fabio Estevamf8b1e862013-07-26 11:37:17 -0300143
Eric Nelsond67b0d92013-03-11 08:44:53 +0000144/* Miscellaneous configurable options */
Eric Nelsond67b0d92013-03-11 08:44:53 +0000145#define CONFIG_SYS_MEMTEST_START 0x10000000
146#define CONFIG_SYS_MEMTEST_END 0x10010000
147#define CONFIG_SYS_MEMTEST_SCRATCH 0x10800000
148
Eric Nelsond67b0d92013-03-11 08:44:53 +0000149/* Physical Memory Map */
150#define CONFIG_NR_DRAM_BANKS 1
151#define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
152
153#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
154#define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
155#define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE
156
157#define CONFIG_SYS_INIT_SP_OFFSET \
158 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
159#define CONFIG_SYS_INIT_SP_ADDR \
160 (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
161
Peter Robinson056845c2015-05-22 17:30:45 +0100162/* Environment organization */
Eric Nelsond67b0d92013-03-11 08:44:53 +0000163#define CONFIG_ENV_SIZE (8 * 1024)
164
Eric Nelsond67b0d92013-03-11 08:44:53 +0000165#if defined(CONFIG_ENV_IS_IN_MMC)
166#define CONFIG_ENV_OFFSET (6 * 64 * 1024)
167#define CONFIG_SYS_MMC_ENV_DEV 0
168#elif defined(CONFIG_ENV_IS_IN_SPI_FLASH)
169#define CONFIG_ENV_OFFSET (768 * 1024)
170#define CONFIG_ENV_SECT_SIZE (8 * 1024)
171#define CONFIG_ENV_SPI_BUS CONFIG_SF_DEFAULT_BUS
172#define CONFIG_ENV_SPI_CS CONFIG_SF_DEFAULT_CS
173#define CONFIG_ENV_SPI_MODE CONFIG_SF_DEFAULT_MODE
174#define CONFIG_ENV_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED
175#endif
176
Marek Vasut147f8fa2013-12-14 05:55:29 +0100177/*
178 * PCI express
179 */
Marek Vasut147f8fa2013-12-14 05:55:29 +0100180#ifdef CONFIG_CMD_PCI
Marek Vasut147f8fa2013-12-14 05:55:29 +0100181#define CONFIG_PCI_SCAN_SHOW
182#define CONFIG_PCIE_IMX
183#endif
184
Eric Nelsond67b0d92013-03-11 08:44:53 +0000185#endif /* __CONFIG_H */