blob: 13ab1cc4bf516c8eeae5ca5fdc30d3148256b44d [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Markus Niebelcb07d742014-07-18 16:52:44 +02002/*
Markus Niebel468fb1e2017-02-28 16:37:33 +01003 * Copyright (C) 2013, 2014, 2017 Markus Niebel <Markus.Niebel@tq-group.com>
Markus Niebelcb07d742014-07-18 16:52:44 +02004 *
Markus Niebel468fb1e2017-02-28 16:37:33 +01005 * Configuration settings for the TQ Systems TQMa6<Q,D,DL,S> module.
Markus Niebelcb07d742014-07-18 16:52:44 +02006 */
7
8#ifndef __CONFIG_H
9#define __CONFIG_H
10
Markus Niebel66cacc92015-06-04 17:25:30 +020011#include <linux/kconfig.h>
Simon Glass1af3c7f2020-05-10 11:40:09 -060012#include <linux/stringify.h>
13
Markus Niebel1719d492014-10-23 15:47:05 +020014/* SPL */
15/* #if defined(CONFIG_SPL_BUILD) */
Markus Niebel1719d492014-10-23 15:47:05 +020016/* common IMX6 SPL configuration */
17#include "imx6_spl.h"
18
19/* #endif */
20
Fabio Estevamcd6ddc42015-05-28 12:33:34 -030021/* place code in last 4 MiB of RAM */
Fabio Estevamcd6ddc42015-05-28 12:33:34 -030022
Markus Niebelcb07d742014-07-18 16:52:44 +020023#include "mx6_common.h"
Markus Niebelcb07d742014-07-18 16:52:44 +020024
Markus Niebeld4b349e2017-02-28 16:37:32 +010025#if defined(CONFIG_TQMA6S)
Markus Niebelcb07d742014-07-18 16:52:44 +020026#define PHYS_SDRAM_SIZE (512u * SZ_1M)
Markus Niebel468fb1e2017-02-28 16:37:33 +010027#elif defined(CONFIG_TQMA6DL)
28#define PHYS_SDRAM_SIZE (SZ_1G)
Markus Niebeld4b349e2017-02-28 16:37:32 +010029#elif defined(CONFIG_TQMA6Q)
Markus Niebel468fb1e2017-02-28 16:37:33 +010030#define PHYS_SDRAM_SIZE (SZ_1G)
Markus Niebelcb07d742014-07-18 16:52:44 +020031#endif
32
Markus Niebelcb07d742014-07-18 16:52:44 +020033/* SPI Flash */
Markus Niebelcb07d742014-07-18 16:52:44 +020034
Markus Niebel52835462014-11-18 13:22:54 +010035#define TQMA6_SPI_FLASH_SECTOR_SIZE SZ_64K
36
Markus Niebelcb07d742014-07-18 16:52:44 +020037/* I2C Configs */
Markus Niebelcb07d742014-07-18 16:52:44 +020038#define CONFIG_I2C_MULTI_BUS
39#define CONFIG_SYS_I2C_SPEED 100000
40
Markus Niebelcb07d742014-07-18 16:52:44 +020041/* I2C EEPROM (M24C64) */
42#define CONFIG_SYS_I2C_EEPROM_ADDR 0x50
43#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2
44#define CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_BITS 5 /* 32 Bytes */
45#define CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_DELAY_MS 20
Markus Niebelcb07d742014-07-18 16:52:44 +020046
Michael Krummsdorfe7ae6b52020-04-09 15:21:40 +020047#if !defined(CONFIG_DM_PMIC)
Markus Niebelcb07d742014-07-18 16:52:44 +020048#define CONFIG_POWER
49#define CONFIG_POWER_I2C
50#define CONFIG_POWER_PFUZE100
51#define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08
52#define TQMA6_PFUZE100_I2C_BUS 2
Michael Krummsdorfe7ae6b52020-04-09 15:21:40 +020053#endif
Markus Niebelcb07d742014-07-18 16:52:44 +020054
55/* MMC Configs */
Markus Niebelcb07d742014-07-18 16:52:44 +020056#define CONFIG_SYS_FSL_ESDHC_ADDR 0
57
Markus Niebelcb07d742014-07-18 16:52:44 +020058/* USB Configs */
Markus Niebelcb07d742014-07-18 16:52:44 +020059#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
Stefan Roese911b5ea2015-03-12 13:34:29 +010060#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
61#define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* For OTG port */
Markus Niebelcb07d742014-07-18 16:52:44 +020062
Markus Niebelcb07d742014-07-18 16:52:44 +020063#define CONFIG_FEC_MXC
64#define IMX_FEC_BASE ENET_BASE_ADDR
Markus Niebelcb07d742014-07-18 16:52:44 +020065
Markus Niebelcb07d742014-07-18 16:52:44 +020066#define CONFIG_ARP_TIMEOUT 200UL
Markus Niebelcb07d742014-07-18 16:52:44 +020067
Markus Niebelcb07d742014-07-18 16:52:44 +020068/* Size of malloc() pool */
69#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * SZ_1M)
70
71#if defined(CONFIG_TQMA6X_MMC_BOOT)
72
Markus Niebelcb07d742014-07-18 16:52:44 +020073#define TQMA6_UBOOT_OFFSET SZ_1K
74#define TQMA6_UBOOT_SECTOR_START 0x2
75#define TQMA6_UBOOT_SECTOR_COUNT 0x7fe
76
Markus Niebelcb07d742014-07-18 16:52:44 +020077#define CONFIG_SYS_MMC_ENV_DEV 0
78
79#define TQMA6_FDT_OFFSET (2 * SZ_1M)
80#define TQMA6_FDT_SECTOR_START 0x1000
81#define TQMA6_FDT_SECTOR_COUNT 0x800
82
83#define TQMA6_KERNEL_SECTOR_START 0x2000
84#define TQMA6_KERNEL_SECTOR_COUNT 0x2000
85
86#define TQMA6_EXTRA_BOOTDEV_ENV_SETTINGS \
87 "uboot_start="__stringify(TQMA6_UBOOT_SECTOR_START)"\0" \
88 "uboot_size="__stringify(TQMA6_UBOOT_SECTOR_COUNT)"\0" \
89 "fdt_start="__stringify(TQMA6_FDT_SECTOR_START)"\0" \
90 "fdt_size="__stringify(TQMA6_FDT_SECTOR_COUNT)"\0" \
91 "kernel_start="__stringify(TQMA6_KERNEL_SECTOR_START)"\0" \
92 "kernel_size="__stringify(TQMA6_KERNEL_SECTOR_COUNT)"\0" \
93 "mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \
94 "loadimage=mmc dev ${mmcdev}; " \
95 "mmc read ${loadaddr} ${kernel_start} ${kernel_size};\0" \
96 "loadfdt=mmc dev ${mmcdev}; " \
97 "mmc read ${fdt_addr} ${fdt_start} ${fdt_size};\0" \
98 "update_uboot=if tftp ${uboot}; then " \
99 "if itest ${filesize} > 0; then " \
100 "mmc dev ${mmcdev}; mmc rescan; " \
Markus Niebele7203d72017-02-03 16:14:02 +0100101 "setexpr blkc ${filesize} + 0x1ff; " \
102 "setexpr blkc ${blkc} / 0x200; " \
Markus Niebelcb07d742014-07-18 16:52:44 +0200103 "if itest ${blkc} <= ${uboot_size}; then " \
104 "mmc write ${loadaddr} ${uboot_start} " \
105 "${blkc}; " \
106 "fi; " \
107 "fi; fi; " \
108 "setenv filesize; setenv blkc \0" \
109 "update_kernel=run kernel_name; " \
110 "if tftp ${kernel}; then " \
111 "if itest ${filesize} > 0; then " \
112 "mmc dev ${mmcdev}; mmc rescan; " \
Markus Niebele7203d72017-02-03 16:14:02 +0100113 "setexpr blkc ${filesize} + 0x1ff; " \
114 "setexpr blkc ${blkc} / 0x200; " \
Markus Niebelcb07d742014-07-18 16:52:44 +0200115 "if itest ${blkc} <= ${kernel_size}; then " \
116 "mmc write ${loadaddr} " \
117 "${kernel_start} ${blkc}; " \
118 "fi; " \
119 "fi; " \
120 "fi; " \
121 "setenv filesize; setenv blkc \0" \
122 "update_fdt=if tftp ${fdt_file}; then " \
123 "if itest ${filesize} > 0; then " \
124 "mmc dev ${mmcdev}; mmc rescan; " \
Markus Niebele7203d72017-02-03 16:14:02 +0100125 "setexpr blkc ${filesize} + 0x1ff; " \
126 "setexpr blkc ${blkc} / 0x200; " \
Markus Niebelcb07d742014-07-18 16:52:44 +0200127 "if itest ${blkc} <= ${fdt_size}; then " \
128 "mmc write ${loadaddr} ${fdt_start} ${blkc}; " \
129 "fi; " \
130 "fi; fi; " \
131 "setenv filesize; setenv blkc \0" \
132
133#define CONFIG_BOOTCOMMAND \
134 "run mmcboot; run netboot; run panicboot"
135
136#elif defined(CONFIG_TQMA6X_SPI_BOOT)
137
Markus Niebelcb07d742014-07-18 16:52:44 +0200138#define TQMA6_UBOOT_OFFSET 0x400
139#define TQMA6_UBOOT_SECTOR_START 0x0
140/* max u-boot size: 512k */
Markus Niebel52835462014-11-18 13:22:54 +0100141#define TQMA6_UBOOT_SECTOR_SIZE TQMA6_SPI_FLASH_SECTOR_SIZE
Markus Niebelcb07d742014-07-18 16:52:44 +0200142#define TQMA6_UBOOT_SECTOR_COUNT 0x8
143#define TQMA6_UBOOT_SIZE (TQMA6_UBOOT_SECTOR_SIZE * \
144 TQMA6_UBOOT_SECTOR_COUNT)
145
Markus Niebelcb07d742014-07-18 16:52:44 +0200146#define TQMA6_FDT_OFFSET (CONFIG_ENV_OFFSET_REDUND + \
147 CONFIG_ENV_SECT_SIZE)
Markus Niebel52835462014-11-18 13:22:54 +0100148#define TQMA6_FDT_SECT_SIZE (TQMA6_SPI_FLASH_SECTOR_SIZE)
Markus Niebelcb07d742014-07-18 16:52:44 +0200149
150#define TQMA6_FDT_SECTOR_START 0x0a /* 8 Sector u-boot, 2 Sector env */
151#define TQMA6_FDT_SECTOR_COUNT 0x01
152
153#define TQMA6_KERNEL_SECTOR_START 0x10
154#define TQMA6_KERNEL_SECTOR_COUNT 0x60
155
156#define TQMA6_EXTRA_BOOTDEV_ENV_SETTINGS \
157 "mmcblkdev=0\0" \
158 "uboot_offset="__stringify(TQMA6_UBOOT_OFFSET)"\0" \
159 "uboot_sectors="__stringify(TQMA6_UBOOT_SECTOR_COUNT)"\0" \
160 "fdt_start="__stringify(TQMA6_FDT_SECTOR_START)"\0" \
161 "fdt_sectors="__stringify(TQMA6_FDT_SECTOR_COUNT)"\0" \
162 "kernel_start="__stringify(TQMA6_KERNEL_SECTOR_START)"\0" \
163 "kernel_sectors="__stringify(TQMA6_KERNEL_SECTOR_COUNT)"\0" \
164 "update_uboot=if tftp ${uboot}; then " \
165 "if itest ${filesize} > 0; then " \
166 "setexpr blkc ${filesize} + " \
167 __stringify(TQMA6_UBOOT_OFFSET) "; " \
168 "setexpr size ${uboot_sectors} * " \
Markus Niebel52835462014-11-18 13:22:54 +0100169 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelcb07d742014-07-18 16:52:44 +0200170 "if itest ${blkc} <= ${size}; then " \
171 "sf probe; " \
172 "sf erase 0 ${size}; " \
173 "sf write ${loadaddr} ${uboot_offset} " \
174 "${filesize}; " \
175 "fi; " \
176 "fi; fi; " \
177 "setenv filesize 0; setenv blkc; setenv size \0" \
178 "update_kernel=run kernel_name; if tftp ${kernel}; then " \
179 "if itest ${filesize} > 0; then " \
180 "setexpr size ${kernel_sectors} * " \
Markus Niebel52835462014-11-18 13:22:54 +0100181 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelcb07d742014-07-18 16:52:44 +0200182 "setexpr offset ${kernel_start} * " \
Markus Niebel52835462014-11-18 13:22:54 +0100183 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelcb07d742014-07-18 16:52:44 +0200184 "if itest ${filesize} <= ${size}; then " \
185 "sf probe; " \
186 "sf erase ${offset} ${size}; " \
187 "sf write ${loadaddr} ${offset} " \
188 "${filesize}; " \
189 "fi; " \
190 "fi; fi; " \
191 "setenv filesize 0; setenv size ; setenv offset\0" \
192 "update_fdt=if tftp ${fdt_file}; then " \
193 "if itest ${filesize} > 0; then " \
194 "setexpr size ${fdt_sectors} * " \
Markus Niebel52835462014-11-18 13:22:54 +0100195 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelcb07d742014-07-18 16:52:44 +0200196 "setexpr offset ${fdt_start} * " \
Markus Niebel52835462014-11-18 13:22:54 +0100197 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelcb07d742014-07-18 16:52:44 +0200198 "if itest ${filesize} <= ${size}; then " \
199 "sf probe; " \
200 "sf erase ${offset} ${size}; " \
201 "sf write ${loadaddr} ${offset} " \
202 "${filesize}; " \
203 "fi; " \
204 "fi; fi; " \
205 "setenv filesize 0; setenv size ; setenv offset\0" \
206 "loadimage=sf probe; " \
207 "setexpr size ${kernel_sectors} * " \
Markus Niebel52835462014-11-18 13:22:54 +0100208 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelcb07d742014-07-18 16:52:44 +0200209 "setexpr offset ${kernel_start} * " \
Markus Niebel52835462014-11-18 13:22:54 +0100210 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelcb07d742014-07-18 16:52:44 +0200211 "sf read ${loadaddr} ${offset} ${size}; " \
212 "setenv size ; setenv offset\0" \
213 "loadfdt=sf probe; " \
214 "setexpr size ${fdt_sectors} * " \
Markus Niebel52835462014-11-18 13:22:54 +0100215 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelcb07d742014-07-18 16:52:44 +0200216 "setexpr offset ${fdt_start} * " \
Markus Niebel52835462014-11-18 13:22:54 +0100217 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebel0b14f1a2017-02-03 16:14:00 +0100218 "sf read ${fdt_addr} ${offset} ${size}; " \
Markus Niebelcb07d742014-07-18 16:52:44 +0200219 "setenv size ; setenv offset\0" \
220
Markus Niebelcb07d742014-07-18 16:52:44 +0200221#define CONFIG_BOOTCOMMAND \
222 "sf probe; run mmcboot; run netboot; run panicboot" \
223
224#else
225
226#error "need to define boot source"
227
228#endif
229
230/* 128 MiB offset as in ARM related docu for linux suggested */
231#define TQMA6_FDT_ADDRESS 0x18000000
232
Markus Niebel9e9846a2017-02-03 16:13:58 +0100233/* set to a resonable value, changeable by user */
234#define TQMA6_CMA_SIZE 160M
235
Markus Niebelcb07d742014-07-18 16:52:44 +0200236#define CONFIG_EXTRA_ENV_SETTINGS \
237 "board=tqma6\0" \
238 "uimage=uImage\0" \
239 "zimage=zImage\0" \
240 "boot_type=bootz\0" \
241 "kernel_name=if test \"${boot_type}\" != bootz; then " \
242 "setenv kernel ${uimage}; " \
243 "else setenv kernel ${zimage}; fi\0" \
244 "uboot=u-boot.imx\0" \
245 "fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \
246 "fdt_addr="__stringify(TQMA6_FDT_ADDRESS)"\0" \
Markus Niebeldc05e472017-02-03 16:14:03 +0100247 "console=" CONSOLE_DEV "\0" \
Markus Niebel9e9846a2017-02-03 16:13:58 +0100248 "cma_size="__stringify(TQMA6_CMA_SIZE)"\0" \
Markus Niebelcb07d742014-07-18 16:52:44 +0200249 "fdt_high=0xffffffff\0" \
250 "initrd_high=0xffffffff\0" \
Markus Niebel34713902017-02-03 16:14:01 +0100251 "rootfsmode=ro\0" \
Markus Niebel9e9846a2017-02-03 16:13:58 +0100252 "addcma=setenv bootargs ${bootargs} cma=${cma_size}\0" \
Markus Niebelcb07d742014-07-18 16:52:44 +0200253 "addtty=setenv bootargs ${bootargs} console=${console},${baudrate}\0" \
254 "addfb=setenv bootargs ${bootargs} " \
255 "imx-fbdev.legacyfb_depth=32 consoleblank=0\0" \
256 "mmcpart=2\0" \
257 "mmcblkdev=0\0" \
Markus Niebel9e9846a2017-02-03 16:13:58 +0100258 "mmcargs=run addmmc addtty addfb addcma\0" \
Markus Niebelcb07d742014-07-18 16:52:44 +0200259 "addmmc=setenv bootargs ${bootargs} " \
Markus Niebel34713902017-02-03 16:14:01 +0100260 "root=/dev/mmcblk${mmcblkdev}p${mmcpart} ${rootfsmode} " \
261 "rootwait\0" \
Markus Niebelcb07d742014-07-18 16:52:44 +0200262 "mmcboot=echo Booting from mmc ...; " \
263 "setenv bootargs; " \
264 "run mmcargs; " \
265 "run loadimage; " \
266 "if run loadfdt; then " \
267 "echo boot device tree kernel ...; " \
268 "${boot_type} ${loadaddr} - ${fdt_addr}; " \
269 "else " \
270 "${boot_type}; " \
271 "fi;\0" \
272 "setenv bootargs \0" \
273 "netdev=eth0\0" \
274 "rootpath=/srv/nfs/tqma6\0" \
275 "ipmode=static\0" \
Markus Niebel9e9846a2017-02-03 16:13:58 +0100276 "netargs=run addnfs addip addtty addfb addcma\0" \
Markus Niebelcb07d742014-07-18 16:52:44 +0200277 "addnfs=setenv bootargs ${bootargs} " \
278 "root=/dev/nfs rw " \
279 "nfsroot=${serverip}:${rootpath},v3,tcp;\0" \
280 "addip_static=setenv bootargs ${bootargs} " \
281 "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:" \
282 "${hostname}:${netdev}:off\0" \
283 "addip_dynamic=setenv bootargs ${bootargs} ip=dhcp\0" \
284 "addip=if test \"${ipmode}\" != static; then " \
285 "run addip_dynamic; else run addip_static; fi\0" \
286 "set_getcmd=if test \"${ipmode}\" != static; then " \
287 "setenv getcmd dhcp; setenv autoload yes; " \
288 "else setenv getcmd tftp; setenv autoload no; fi\0" \
289 "netboot=echo Booting from net ...; " \
290 "run kernel_name; " \
291 "run set_getcmd; " \
292 "setenv bootargs; " \
293 "run netargs; " \
294 "if ${getcmd} ${kernel}; then " \
295 "if ${getcmd} ${fdt_addr} ${fdt_file}; then " \
296 "${boot_type} ${loadaddr} - ${fdt_addr}; " \
297 "fi; " \
298 "fi; " \
299 "echo ... failed\0" \
300 "panicboot=echo No boot device !!! reset\0" \
301 TQMA6_EXTRA_BOOTDEV_ENV_SETTINGS \
302
Markus Niebelcb07d742014-07-18 16:52:44 +0200303/* Physical Memory Map */
Markus Niebelcb07d742014-07-18 16:52:44 +0200304#define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
305
306#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
307#define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
308#define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE
309
310#define CONFIG_SYS_INIT_SP_OFFSET \
311 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
312#define CONFIG_SYS_INIT_SP_ADDR \
313 (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
314
Stefan Roese6b396b32015-03-12 16:34:16 +0100315/*
316 * All the defines above are for the TQMa6 SoM
317 *
318 * Now include the baseboard specific configuration
319 */
320#ifdef CONFIG_MBA6
321#include "tqma6_mba6.h"
Stefan Roese452308c2015-07-06 13:36:33 +0200322#elif CONFIG_WRU4
323#include "tqma6_wru4.h"
Stefan Roese6b396b32015-03-12 16:34:16 +0100324#else
325#error "No baseboard for the TQMa6 defined!"
326#endif
327
328/* Support at least the sensor on TQMa6 SOM */
Stefan Roese6b396b32015-03-12 16:34:16 +0100329
Markus Niebelcb07d742014-07-18 16:52:44 +0200330#endif /* __CONFIG_H */