blob: 3c1d629d251f33e761b03c0513e8837ca4cee984 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Markus Niebelee2cd2b2014-07-18 16:52:44 +02002/*
Markus Niebelc01ca162017-02-28 16:37:33 +01003 * Copyright (C) 2013, 2014, 2017 Markus Niebel <Markus.Niebel@tq-group.com>
Markus Niebelee2cd2b2014-07-18 16:52:44 +02004 *
Markus Niebelc01ca162017-02-28 16:37:33 +01005 * Configuration settings for the TQ Systems TQMa6<Q,D,DL,S> module.
Markus Niebelee2cd2b2014-07-18 16:52:44 +02006 */
7
8#ifndef __CONFIG_H
9#define __CONFIG_H
10
Markus Niebelc34054e2015-06-04 17:25:30 +020011#include <linux/kconfig.h>
Markus Niebela116f6f2014-10-23 15:47:05 +020012/* SPL */
13/* #if defined(CONFIG_SPL_BUILD) */
Markus Niebela116f6f2014-10-23 15:47:05 +020014/* common IMX6 SPL configuration */
15#include "imx6_spl.h"
16
17/* #endif */
18
Fabio Estevam8c717e52015-05-28 12:33:34 -030019/* place code in last 4 MiB of RAM */
Fabio Estevam8c717e52015-05-28 12:33:34 -030020
Markus Niebelee2cd2b2014-07-18 16:52:44 +020021#include "mx6_common.h"
Markus Niebelee2cd2b2014-07-18 16:52:44 +020022
Markus Niebel1f33ea52017-02-28 16:37:32 +010023#if defined(CONFIG_TQMA6S)
Markus Niebelee2cd2b2014-07-18 16:52:44 +020024#define PHYS_SDRAM_SIZE (512u * SZ_1M)
Markus Niebelc01ca162017-02-28 16:37:33 +010025#elif defined(CONFIG_TQMA6DL)
26#define PHYS_SDRAM_SIZE (SZ_1G)
Markus Niebel1f33ea52017-02-28 16:37:32 +010027#elif defined(CONFIG_TQMA6Q)
Markus Niebelc01ca162017-02-28 16:37:33 +010028#define PHYS_SDRAM_SIZE (SZ_1G)
Markus Niebelee2cd2b2014-07-18 16:52:44 +020029#endif
30
Markus Niebelee2cd2b2014-07-18 16:52:44 +020031#define CONFIG_MXC_UART
32
Markus Niebelee2cd2b2014-07-18 16:52:44 +020033/* SPI Flash */
Markus Niebelee2cd2b2014-07-18 16:52:44 +020034
Markus Niebela02eaa52014-11-18 13:22:54 +010035#define TQMA6_SPI_FLASH_SECTOR_SIZE SZ_64K
36
Markus Niebelee2cd2b2014-07-18 16:52:44 +020037/* I2C Configs */
Markus Niebelee2cd2b2014-07-18 16:52:44 +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 */
Markus Niebelee2cd2b2014-07-18 16:52:44 +020043#define CONFIG_I2C_MULTI_BUS
44#define CONFIG_SYS_I2C_SPEED 100000
45
Markus Niebelee2cd2b2014-07-18 16:52:44 +020046/* I2C EEPROM (M24C64) */
47#define CONFIG_SYS_I2C_EEPROM_ADDR 0x50
48#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2
49#define CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_BITS 5 /* 32 Bytes */
50#define CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_DELAY_MS 20
Markus Niebelee2cd2b2014-07-18 16:52:44 +020051
52#define CONFIG_POWER
53#define CONFIG_POWER_I2C
54#define CONFIG_POWER_PFUZE100
55#define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08
56#define TQMA6_PFUZE100_I2C_BUS 2
57
58/* MMC Configs */
Markus Niebelee2cd2b2014-07-18 16:52:44 +020059#define CONFIG_SYS_FSL_ESDHC_ADDR 0
60
Markus Niebelee2cd2b2014-07-18 16:52:44 +020061/* USB Configs */
Markus Niebelee2cd2b2014-07-18 16:52:44 +020062#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
Stefan Roese4cbf1882015-03-12 13:34:29 +010063#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
64#define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* For OTG port */
Markus Niebelee2cd2b2014-07-18 16:52:44 +020065
Markus Niebelee2cd2b2014-07-18 16:52:44 +020066#define CONFIG_FEC_MXC
67#define IMX_FEC_BASE ENET_BASE_ADDR
Markus Niebelee2cd2b2014-07-18 16:52:44 +020068
Markus Niebelee2cd2b2014-07-18 16:52:44 +020069#define CONFIG_ARP_TIMEOUT 200UL
Markus Niebelee2cd2b2014-07-18 16:52:44 +020070
Markus Niebelee2cd2b2014-07-18 16:52:44 +020071#define CONFIG_ENV_SIZE (SZ_8K)
72/* Size of malloc() pool */
73#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * SZ_1M)
74
75#if defined(CONFIG_TQMA6X_MMC_BOOT)
76
Markus Niebelee2cd2b2014-07-18 16:52:44 +020077#define TQMA6_UBOOT_OFFSET SZ_1K
78#define TQMA6_UBOOT_SECTOR_START 0x2
79#define TQMA6_UBOOT_SECTOR_COUNT 0x7fe
80
81#define CONFIG_ENV_OFFSET SZ_1M
82#define CONFIG_SYS_MMC_ENV_DEV 0
83
84#define TQMA6_FDT_OFFSET (2 * SZ_1M)
85#define TQMA6_FDT_SECTOR_START 0x1000
86#define TQMA6_FDT_SECTOR_COUNT 0x800
87
88#define TQMA6_KERNEL_SECTOR_START 0x2000
89#define TQMA6_KERNEL_SECTOR_COUNT 0x2000
90
91#define TQMA6_EXTRA_BOOTDEV_ENV_SETTINGS \
92 "uboot_start="__stringify(TQMA6_UBOOT_SECTOR_START)"\0" \
93 "uboot_size="__stringify(TQMA6_UBOOT_SECTOR_COUNT)"\0" \
94 "fdt_start="__stringify(TQMA6_FDT_SECTOR_START)"\0" \
95 "fdt_size="__stringify(TQMA6_FDT_SECTOR_COUNT)"\0" \
96 "kernel_start="__stringify(TQMA6_KERNEL_SECTOR_START)"\0" \
97 "kernel_size="__stringify(TQMA6_KERNEL_SECTOR_COUNT)"\0" \
98 "mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \
99 "loadimage=mmc dev ${mmcdev}; " \
100 "mmc read ${loadaddr} ${kernel_start} ${kernel_size};\0" \
101 "loadfdt=mmc dev ${mmcdev}; " \
102 "mmc read ${fdt_addr} ${fdt_start} ${fdt_size};\0" \
103 "update_uboot=if tftp ${uboot}; then " \
104 "if itest ${filesize} > 0; then " \
105 "mmc dev ${mmcdev}; mmc rescan; " \
Markus Niebelc08a2d52017-02-03 16:14:02 +0100106 "setexpr blkc ${filesize} + 0x1ff; " \
107 "setexpr blkc ${blkc} / 0x200; " \
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200108 "if itest ${blkc} <= ${uboot_size}; then " \
109 "mmc write ${loadaddr} ${uboot_start} " \
110 "${blkc}; " \
111 "fi; " \
112 "fi; fi; " \
113 "setenv filesize; setenv blkc \0" \
114 "update_kernel=run kernel_name; " \
115 "if tftp ${kernel}; then " \
116 "if itest ${filesize} > 0; then " \
117 "mmc dev ${mmcdev}; mmc rescan; " \
Markus Niebelc08a2d52017-02-03 16:14:02 +0100118 "setexpr blkc ${filesize} + 0x1ff; " \
119 "setexpr blkc ${blkc} / 0x200; " \
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200120 "if itest ${blkc} <= ${kernel_size}; then " \
121 "mmc write ${loadaddr} " \
122 "${kernel_start} ${blkc}; " \
123 "fi; " \
124 "fi; " \
125 "fi; " \
126 "setenv filesize; setenv blkc \0" \
127 "update_fdt=if tftp ${fdt_file}; then " \
128 "if itest ${filesize} > 0; then " \
129 "mmc dev ${mmcdev}; mmc rescan; " \
Markus Niebelc08a2d52017-02-03 16:14:02 +0100130 "setexpr blkc ${filesize} + 0x1ff; " \
131 "setexpr blkc ${blkc} / 0x200; " \
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200132 "if itest ${blkc} <= ${fdt_size}; then " \
133 "mmc write ${loadaddr} ${fdt_start} ${blkc}; " \
134 "fi; " \
135 "fi; fi; " \
136 "setenv filesize; setenv blkc \0" \
137
138#define CONFIG_BOOTCOMMAND \
139 "run mmcboot; run netboot; run panicboot"
140
141#elif defined(CONFIG_TQMA6X_SPI_BOOT)
142
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200143#define TQMA6_UBOOT_OFFSET 0x400
144#define TQMA6_UBOOT_SECTOR_START 0x0
145/* max u-boot size: 512k */
Markus Niebela02eaa52014-11-18 13:22:54 +0100146#define TQMA6_UBOOT_SECTOR_SIZE TQMA6_SPI_FLASH_SECTOR_SIZE
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200147#define TQMA6_UBOOT_SECTOR_COUNT 0x8
148#define TQMA6_UBOOT_SIZE (TQMA6_UBOOT_SECTOR_SIZE * \
149 TQMA6_UBOOT_SECTOR_COUNT)
150
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200151#define CONFIG_ENV_OFFSET (TQMA6_UBOOT_SIZE)
Markus Niebela02eaa52014-11-18 13:22:54 +0100152#define CONFIG_ENV_SECT_SIZE TQMA6_SPI_FLASH_SECTOR_SIZE
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200153#define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + \
154 CONFIG_ENV_SECT_SIZE)
155
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200156#define TQMA6_FDT_OFFSET (CONFIG_ENV_OFFSET_REDUND + \
157 CONFIG_ENV_SECT_SIZE)
Markus Niebela02eaa52014-11-18 13:22:54 +0100158#define TQMA6_FDT_SECT_SIZE (TQMA6_SPI_FLASH_SECTOR_SIZE)
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200159
160#define TQMA6_FDT_SECTOR_START 0x0a /* 8 Sector u-boot, 2 Sector env */
161#define TQMA6_FDT_SECTOR_COUNT 0x01
162
163#define TQMA6_KERNEL_SECTOR_START 0x10
164#define TQMA6_KERNEL_SECTOR_COUNT 0x60
165
166#define TQMA6_EXTRA_BOOTDEV_ENV_SETTINGS \
167 "mmcblkdev=0\0" \
168 "uboot_offset="__stringify(TQMA6_UBOOT_OFFSET)"\0" \
169 "uboot_sectors="__stringify(TQMA6_UBOOT_SECTOR_COUNT)"\0" \
170 "fdt_start="__stringify(TQMA6_FDT_SECTOR_START)"\0" \
171 "fdt_sectors="__stringify(TQMA6_FDT_SECTOR_COUNT)"\0" \
172 "kernel_start="__stringify(TQMA6_KERNEL_SECTOR_START)"\0" \
173 "kernel_sectors="__stringify(TQMA6_KERNEL_SECTOR_COUNT)"\0" \
174 "update_uboot=if tftp ${uboot}; then " \
175 "if itest ${filesize} > 0; then " \
176 "setexpr blkc ${filesize} + " \
177 __stringify(TQMA6_UBOOT_OFFSET) "; " \
178 "setexpr size ${uboot_sectors} * " \
Markus Niebela02eaa52014-11-18 13:22:54 +0100179 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200180 "if itest ${blkc} <= ${size}; then " \
181 "sf probe; " \
182 "sf erase 0 ${size}; " \
183 "sf write ${loadaddr} ${uboot_offset} " \
184 "${filesize}; " \
185 "fi; " \
186 "fi; fi; " \
187 "setenv filesize 0; setenv blkc; setenv size \0" \
188 "update_kernel=run kernel_name; if tftp ${kernel}; then " \
189 "if itest ${filesize} > 0; then " \
190 "setexpr size ${kernel_sectors} * " \
Markus Niebela02eaa52014-11-18 13:22:54 +0100191 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200192 "setexpr offset ${kernel_start} * " \
Markus Niebela02eaa52014-11-18 13:22:54 +0100193 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200194 "if itest ${filesize} <= ${size}; then " \
195 "sf probe; " \
196 "sf erase ${offset} ${size}; " \
197 "sf write ${loadaddr} ${offset} " \
198 "${filesize}; " \
199 "fi; " \
200 "fi; fi; " \
201 "setenv filesize 0; setenv size ; setenv offset\0" \
202 "update_fdt=if tftp ${fdt_file}; then " \
203 "if itest ${filesize} > 0; then " \
204 "setexpr size ${fdt_sectors} * " \
Markus Niebela02eaa52014-11-18 13:22:54 +0100205 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200206 "setexpr offset ${fdt_start} * " \
Markus Niebela02eaa52014-11-18 13:22:54 +0100207 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200208 "if itest ${filesize} <= ${size}; then " \
209 "sf probe; " \
210 "sf erase ${offset} ${size}; " \
211 "sf write ${loadaddr} ${offset} " \
212 "${filesize}; " \
213 "fi; " \
214 "fi; fi; " \
215 "setenv filesize 0; setenv size ; setenv offset\0" \
216 "loadimage=sf probe; " \
217 "setexpr size ${kernel_sectors} * " \
Markus Niebela02eaa52014-11-18 13:22:54 +0100218 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200219 "setexpr offset ${kernel_start} * " \
Markus Niebela02eaa52014-11-18 13:22:54 +0100220 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200221 "sf read ${loadaddr} ${offset} ${size}; " \
222 "setenv size ; setenv offset\0" \
223 "loadfdt=sf probe; " \
224 "setexpr size ${fdt_sectors} * " \
Markus Niebela02eaa52014-11-18 13:22:54 +0100225 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200226 "setexpr offset ${fdt_start} * " \
Markus Niebela02eaa52014-11-18 13:22:54 +0100227 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebel2bbd0542017-02-03 16:14:00 +0100228 "sf read ${fdt_addr} ${offset} ${size}; " \
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200229 "setenv size ; setenv offset\0" \
230
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200231#define CONFIG_BOOTCOMMAND \
232 "sf probe; run mmcboot; run netboot; run panicboot" \
233
234#else
235
236#error "need to define boot source"
237
238#endif
239
240/* 128 MiB offset as in ARM related docu for linux suggested */
241#define TQMA6_FDT_ADDRESS 0x18000000
242
Markus Niebelb78ff632017-02-03 16:13:58 +0100243/* set to a resonable value, changeable by user */
244#define TQMA6_CMA_SIZE 160M
245
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200246#define CONFIG_EXTRA_ENV_SETTINGS \
247 "board=tqma6\0" \
248 "uimage=uImage\0" \
249 "zimage=zImage\0" \
250 "boot_type=bootz\0" \
251 "kernel_name=if test \"${boot_type}\" != bootz; then " \
252 "setenv kernel ${uimage}; " \
253 "else setenv kernel ${zimage}; fi\0" \
254 "uboot=u-boot.imx\0" \
255 "fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \
256 "fdt_addr="__stringify(TQMA6_FDT_ADDRESS)"\0" \
Markus Niebel8dcb9052017-02-03 16:14:03 +0100257 "console=" CONSOLE_DEV "\0" \
Markus Niebelb78ff632017-02-03 16:13:58 +0100258 "cma_size="__stringify(TQMA6_CMA_SIZE)"\0" \
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200259 "fdt_high=0xffffffff\0" \
260 "initrd_high=0xffffffff\0" \
Markus Niebelf9111432017-02-03 16:14:01 +0100261 "rootfsmode=ro\0" \
Markus Niebelb78ff632017-02-03 16:13:58 +0100262 "addcma=setenv bootargs ${bootargs} cma=${cma_size}\0" \
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200263 "addtty=setenv bootargs ${bootargs} console=${console},${baudrate}\0" \
264 "addfb=setenv bootargs ${bootargs} " \
265 "imx-fbdev.legacyfb_depth=32 consoleblank=0\0" \
266 "mmcpart=2\0" \
267 "mmcblkdev=0\0" \
Markus Niebelb78ff632017-02-03 16:13:58 +0100268 "mmcargs=run addmmc addtty addfb addcma\0" \
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200269 "addmmc=setenv bootargs ${bootargs} " \
Markus Niebelf9111432017-02-03 16:14:01 +0100270 "root=/dev/mmcblk${mmcblkdev}p${mmcpart} ${rootfsmode} " \
271 "rootwait\0" \
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200272 "mmcboot=echo Booting from mmc ...; " \
273 "setenv bootargs; " \
274 "run mmcargs; " \
275 "run loadimage; " \
276 "if run loadfdt; then " \
277 "echo boot device tree kernel ...; " \
278 "${boot_type} ${loadaddr} - ${fdt_addr}; " \
279 "else " \
280 "${boot_type}; " \
281 "fi;\0" \
282 "setenv bootargs \0" \
283 "netdev=eth0\0" \
284 "rootpath=/srv/nfs/tqma6\0" \
285 "ipmode=static\0" \
Markus Niebelb78ff632017-02-03 16:13:58 +0100286 "netargs=run addnfs addip addtty addfb addcma\0" \
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200287 "addnfs=setenv bootargs ${bootargs} " \
288 "root=/dev/nfs rw " \
289 "nfsroot=${serverip}:${rootpath},v3,tcp;\0" \
290 "addip_static=setenv bootargs ${bootargs} " \
291 "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:" \
292 "${hostname}:${netdev}:off\0" \
293 "addip_dynamic=setenv bootargs ${bootargs} ip=dhcp\0" \
294 "addip=if test \"${ipmode}\" != static; then " \
295 "run addip_dynamic; else run addip_static; fi\0" \
296 "set_getcmd=if test \"${ipmode}\" != static; then " \
297 "setenv getcmd dhcp; setenv autoload yes; " \
298 "else setenv getcmd tftp; setenv autoload no; fi\0" \
299 "netboot=echo Booting from net ...; " \
300 "run kernel_name; " \
301 "run set_getcmd; " \
302 "setenv bootargs; " \
303 "run netargs; " \
304 "if ${getcmd} ${kernel}; then " \
305 "if ${getcmd} ${fdt_addr} ${fdt_file}; then " \
306 "${boot_type} ${loadaddr} - ${fdt_addr}; " \
307 "fi; " \
308 "fi; " \
309 "echo ... failed\0" \
310 "panicboot=echo No boot device !!! reset\0" \
311 TQMA6_EXTRA_BOOTDEV_ENV_SETTINGS \
312
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200313/* Physical Memory Map */
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200314#define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
315
316#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
317#define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
318#define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE
319
320#define CONFIG_SYS_INIT_SP_OFFSET \
321 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
322#define CONFIG_SYS_INIT_SP_ADDR \
323 (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
324
Stefan Roeseb125fd42015-03-12 16:34:16 +0100325/*
326 * All the defines above are for the TQMa6 SoM
327 *
328 * Now include the baseboard specific configuration
329 */
330#ifdef CONFIG_MBA6
331#include "tqma6_mba6.h"
Stefan Roesebe4cb042015-07-06 13:36:33 +0200332#elif CONFIG_WRU4
333#include "tqma6_wru4.h"
Stefan Roeseb125fd42015-03-12 16:34:16 +0100334#else
335#error "No baseboard for the TQMa6 defined!"
336#endif
337
338/* Support at least the sensor on TQMa6 SOM */
Stefan Roeseb125fd42015-03-12 16:34:16 +0100339
Markus Niebelee2cd2b2014-07-18 16:52:44 +0200340#endif /* __CONFIG_H */