blob: 233031bc38ae0251bcb3c38961822d66d0d1025c [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 *
Matthias Schiffera5e30522021-11-02 11:36:46 +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
Markus Niebelcb07d742014-07-18 16:52:44 +020039
Markus Niebelcb07d742014-07-18 16:52:44 +020040/* I2C EEPROM (M24C64) */
Markus Niebelcb07d742014-07-18 16:52:44 +020041#define CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_BITS 5 /* 32 Bytes */
42#define CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_DELAY_MS 20
Markus Niebelcb07d742014-07-18 16:52:44 +020043
Michael Krummsdorfe7ae6b52020-04-09 15:21:40 +020044#if !defined(CONFIG_DM_PMIC)
Markus Niebelcb07d742014-07-18 16:52:44 +020045#define CONFIG_POWER_PFUZE100
46#define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08
47#define TQMA6_PFUZE100_I2C_BUS 2
Michael Krummsdorfe7ae6b52020-04-09 15:21:40 +020048#endif
Markus Niebelcb07d742014-07-18 16:52:44 +020049
50/* MMC Configs */
Markus Niebelcb07d742014-07-18 16:52:44 +020051#define CONFIG_SYS_FSL_ESDHC_ADDR 0
52
Markus Niebelcb07d742014-07-18 16:52:44 +020053/* USB Configs */
Markus Niebelcb07d742014-07-18 16:52:44 +020054#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
Stefan Roese911b5ea2015-03-12 13:34:29 +010055#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
56#define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* For OTG port */
Markus Niebelcb07d742014-07-18 16:52:44 +020057
Markus Niebelcb07d742014-07-18 16:52:44 +020058#define IMX_FEC_BASE ENET_BASE_ADDR
Markus Niebelcb07d742014-07-18 16:52:44 +020059
Markus Niebelcb07d742014-07-18 16:52:44 +020060#define CONFIG_ARP_TIMEOUT 200UL
Markus Niebelcb07d742014-07-18 16:52:44 +020061
Markus Niebelcb07d742014-07-18 16:52:44 +020062#if defined(CONFIG_TQMA6X_MMC_BOOT)
63
Markus Niebelcb07d742014-07-18 16:52:44 +020064#define TQMA6_UBOOT_OFFSET SZ_1K
65#define TQMA6_UBOOT_SECTOR_START 0x2
66#define TQMA6_UBOOT_SECTOR_COUNT 0x7fe
67
Markus Niebelcb07d742014-07-18 16:52:44 +020068#define TQMA6_FDT_OFFSET (2 * SZ_1M)
69#define TQMA6_FDT_SECTOR_START 0x1000
70#define TQMA6_FDT_SECTOR_COUNT 0x800
71
72#define TQMA6_KERNEL_SECTOR_START 0x2000
73#define TQMA6_KERNEL_SECTOR_COUNT 0x2000
74
75#define TQMA6_EXTRA_BOOTDEV_ENV_SETTINGS \
76 "uboot_start="__stringify(TQMA6_UBOOT_SECTOR_START)"\0" \
77 "uboot_size="__stringify(TQMA6_UBOOT_SECTOR_COUNT)"\0" \
78 "fdt_start="__stringify(TQMA6_FDT_SECTOR_START)"\0" \
79 "fdt_size="__stringify(TQMA6_FDT_SECTOR_COUNT)"\0" \
80 "kernel_start="__stringify(TQMA6_KERNEL_SECTOR_START)"\0" \
81 "kernel_size="__stringify(TQMA6_KERNEL_SECTOR_COUNT)"\0" \
82 "mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \
83 "loadimage=mmc dev ${mmcdev}; " \
84 "mmc read ${loadaddr} ${kernel_start} ${kernel_size};\0" \
85 "loadfdt=mmc dev ${mmcdev}; " \
86 "mmc read ${fdt_addr} ${fdt_start} ${fdt_size};\0" \
87 "update_uboot=if tftp ${uboot}; then " \
88 "if itest ${filesize} > 0; then " \
89 "mmc dev ${mmcdev}; mmc rescan; " \
Markus Niebele7203d72017-02-03 16:14:02 +010090 "setexpr blkc ${filesize} + 0x1ff; " \
91 "setexpr blkc ${blkc} / 0x200; " \
Markus Niebelcb07d742014-07-18 16:52:44 +020092 "if itest ${blkc} <= ${uboot_size}; then " \
93 "mmc write ${loadaddr} ${uboot_start} " \
94 "${blkc}; " \
95 "fi; " \
96 "fi; fi; " \
97 "setenv filesize; setenv blkc \0" \
98 "update_kernel=run kernel_name; " \
99 "if tftp ${kernel}; then " \
100 "if itest ${filesize} > 0; then " \
101 "mmc dev ${mmcdev}; mmc rescan; " \
Markus Niebele7203d72017-02-03 16:14:02 +0100102 "setexpr blkc ${filesize} + 0x1ff; " \
103 "setexpr blkc ${blkc} / 0x200; " \
Markus Niebelcb07d742014-07-18 16:52:44 +0200104 "if itest ${blkc} <= ${kernel_size}; then " \
105 "mmc write ${loadaddr} " \
106 "${kernel_start} ${blkc}; " \
107 "fi; " \
108 "fi; " \
109 "fi; " \
110 "setenv filesize; setenv blkc \0" \
111 "update_fdt=if tftp ${fdt_file}; then " \
112 "if itest ${filesize} > 0; then " \
113 "mmc dev ${mmcdev}; mmc rescan; " \
Markus Niebele7203d72017-02-03 16:14:02 +0100114 "setexpr blkc ${filesize} + 0x1ff; " \
115 "setexpr blkc ${blkc} / 0x200; " \
Markus Niebelcb07d742014-07-18 16:52:44 +0200116 "if itest ${blkc} <= ${fdt_size}; then " \
117 "mmc write ${loadaddr} ${fdt_start} ${blkc}; " \
118 "fi; " \
119 "fi; fi; " \
120 "setenv filesize; setenv blkc \0" \
121
122#define CONFIG_BOOTCOMMAND \
123 "run mmcboot; run netboot; run panicboot"
124
125#elif defined(CONFIG_TQMA6X_SPI_BOOT)
126
Markus Niebelcb07d742014-07-18 16:52:44 +0200127#define TQMA6_UBOOT_OFFSET 0x400
128#define TQMA6_UBOOT_SECTOR_START 0x0
129/* max u-boot size: 512k */
Markus Niebel52835462014-11-18 13:22:54 +0100130#define TQMA6_UBOOT_SECTOR_SIZE TQMA6_SPI_FLASH_SECTOR_SIZE
Markus Niebelcb07d742014-07-18 16:52:44 +0200131#define TQMA6_UBOOT_SECTOR_COUNT 0x8
132#define TQMA6_UBOOT_SIZE (TQMA6_UBOOT_SECTOR_SIZE * \
133 TQMA6_UBOOT_SECTOR_COUNT)
134
Markus Niebelcb07d742014-07-18 16:52:44 +0200135#define TQMA6_FDT_OFFSET (CONFIG_ENV_OFFSET_REDUND + \
136 CONFIG_ENV_SECT_SIZE)
Markus Niebel52835462014-11-18 13:22:54 +0100137#define TQMA6_FDT_SECT_SIZE (TQMA6_SPI_FLASH_SECTOR_SIZE)
Markus Niebelcb07d742014-07-18 16:52:44 +0200138
139#define TQMA6_FDT_SECTOR_START 0x0a /* 8 Sector u-boot, 2 Sector env */
140#define TQMA6_FDT_SECTOR_COUNT 0x01
141
142#define TQMA6_KERNEL_SECTOR_START 0x10
143#define TQMA6_KERNEL_SECTOR_COUNT 0x60
144
145#define TQMA6_EXTRA_BOOTDEV_ENV_SETTINGS \
146 "mmcblkdev=0\0" \
147 "uboot_offset="__stringify(TQMA6_UBOOT_OFFSET)"\0" \
148 "uboot_sectors="__stringify(TQMA6_UBOOT_SECTOR_COUNT)"\0" \
149 "fdt_start="__stringify(TQMA6_FDT_SECTOR_START)"\0" \
150 "fdt_sectors="__stringify(TQMA6_FDT_SECTOR_COUNT)"\0" \
151 "kernel_start="__stringify(TQMA6_KERNEL_SECTOR_START)"\0" \
152 "kernel_sectors="__stringify(TQMA6_KERNEL_SECTOR_COUNT)"\0" \
153 "update_uboot=if tftp ${uboot}; then " \
154 "if itest ${filesize} > 0; then " \
155 "setexpr blkc ${filesize} + " \
156 __stringify(TQMA6_UBOOT_OFFSET) "; " \
157 "setexpr size ${uboot_sectors} * " \
Markus Niebel52835462014-11-18 13:22:54 +0100158 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelcb07d742014-07-18 16:52:44 +0200159 "if itest ${blkc} <= ${size}; then " \
160 "sf probe; " \
161 "sf erase 0 ${size}; " \
162 "sf write ${loadaddr} ${uboot_offset} " \
163 "${filesize}; " \
164 "fi; " \
165 "fi; fi; " \
166 "setenv filesize 0; setenv blkc; setenv size \0" \
167 "update_kernel=run kernel_name; if tftp ${kernel}; then " \
168 "if itest ${filesize} > 0; then " \
169 "setexpr size ${kernel_sectors} * " \
Markus Niebel52835462014-11-18 13:22:54 +0100170 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelcb07d742014-07-18 16:52:44 +0200171 "setexpr offset ${kernel_start} * " \
Markus Niebel52835462014-11-18 13:22:54 +0100172 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelcb07d742014-07-18 16:52:44 +0200173 "if itest ${filesize} <= ${size}; then " \
174 "sf probe; " \
175 "sf erase ${offset} ${size}; " \
176 "sf write ${loadaddr} ${offset} " \
177 "${filesize}; " \
178 "fi; " \
179 "fi; fi; " \
180 "setenv filesize 0; setenv size ; setenv offset\0" \
181 "update_fdt=if tftp ${fdt_file}; then " \
182 "if itest ${filesize} > 0; then " \
183 "setexpr size ${fdt_sectors} * " \
Markus Niebel52835462014-11-18 13:22:54 +0100184 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelcb07d742014-07-18 16:52:44 +0200185 "setexpr offset ${fdt_start} * " \
Markus Niebel52835462014-11-18 13:22:54 +0100186 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelcb07d742014-07-18 16:52:44 +0200187 "if itest ${filesize} <= ${size}; then " \
188 "sf probe; " \
189 "sf erase ${offset} ${size}; " \
190 "sf write ${loadaddr} ${offset} " \
191 "${filesize}; " \
192 "fi; " \
193 "fi; fi; " \
194 "setenv filesize 0; setenv size ; setenv offset\0" \
195 "loadimage=sf probe; " \
196 "setexpr size ${kernel_sectors} * " \
Markus Niebel52835462014-11-18 13:22:54 +0100197 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelcb07d742014-07-18 16:52:44 +0200198 "setexpr offset ${kernel_start} * " \
Markus Niebel52835462014-11-18 13:22:54 +0100199 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelcb07d742014-07-18 16:52:44 +0200200 "sf read ${loadaddr} ${offset} ${size}; " \
201 "setenv size ; setenv offset\0" \
202 "loadfdt=sf probe; " \
203 "setexpr size ${fdt_sectors} * " \
Markus Niebel52835462014-11-18 13:22:54 +0100204 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebelcb07d742014-07-18 16:52:44 +0200205 "setexpr offset ${fdt_start} * " \
Markus Niebel52835462014-11-18 13:22:54 +0100206 __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \
Markus Niebel0b14f1a2017-02-03 16:14:00 +0100207 "sf read ${fdt_addr} ${offset} ${size}; " \
Markus Niebelcb07d742014-07-18 16:52:44 +0200208 "setenv size ; setenv offset\0" \
209
Markus Niebelcb07d742014-07-18 16:52:44 +0200210#define CONFIG_BOOTCOMMAND \
211 "sf probe; run mmcboot; run netboot; run panicboot" \
212
213#else
214
215#error "need to define boot source"
216
217#endif
218
219/* 128 MiB offset as in ARM related docu for linux suggested */
220#define TQMA6_FDT_ADDRESS 0x18000000
221
Markus Niebel9e9846a2017-02-03 16:13:58 +0100222/* set to a resonable value, changeable by user */
223#define TQMA6_CMA_SIZE 160M
224
Markus Niebelcb07d742014-07-18 16:52:44 +0200225#define CONFIG_EXTRA_ENV_SETTINGS \
226 "board=tqma6\0" \
227 "uimage=uImage\0" \
228 "zimage=zImage\0" \
229 "boot_type=bootz\0" \
230 "kernel_name=if test \"${boot_type}\" != bootz; then " \
231 "setenv kernel ${uimage}; " \
232 "else setenv kernel ${zimage}; fi\0" \
233 "uboot=u-boot.imx\0" \
234 "fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \
235 "fdt_addr="__stringify(TQMA6_FDT_ADDRESS)"\0" \
Markus Niebeldc05e472017-02-03 16:14:03 +0100236 "console=" CONSOLE_DEV "\0" \
Markus Niebel9e9846a2017-02-03 16:13:58 +0100237 "cma_size="__stringify(TQMA6_CMA_SIZE)"\0" \
Markus Niebelcb07d742014-07-18 16:52:44 +0200238 "fdt_high=0xffffffff\0" \
239 "initrd_high=0xffffffff\0" \
Markus Niebel34713902017-02-03 16:14:01 +0100240 "rootfsmode=ro\0" \
Markus Niebel9e9846a2017-02-03 16:13:58 +0100241 "addcma=setenv bootargs ${bootargs} cma=${cma_size}\0" \
Markus Niebelcb07d742014-07-18 16:52:44 +0200242 "addtty=setenv bootargs ${bootargs} console=${console},${baudrate}\0" \
243 "addfb=setenv bootargs ${bootargs} " \
244 "imx-fbdev.legacyfb_depth=32 consoleblank=0\0" \
245 "mmcpart=2\0" \
246 "mmcblkdev=0\0" \
Markus Niebel9e9846a2017-02-03 16:13:58 +0100247 "mmcargs=run addmmc addtty addfb addcma\0" \
Markus Niebelcb07d742014-07-18 16:52:44 +0200248 "addmmc=setenv bootargs ${bootargs} " \
Markus Niebel34713902017-02-03 16:14:01 +0100249 "root=/dev/mmcblk${mmcblkdev}p${mmcpart} ${rootfsmode} " \
250 "rootwait\0" \
Markus Niebelcb07d742014-07-18 16:52:44 +0200251 "mmcboot=echo Booting from mmc ...; " \
252 "setenv bootargs; " \
253 "run mmcargs; " \
254 "run loadimage; " \
255 "if run loadfdt; then " \
256 "echo boot device tree kernel ...; " \
257 "${boot_type} ${loadaddr} - ${fdt_addr}; " \
258 "else " \
259 "${boot_type}; " \
260 "fi;\0" \
261 "setenv bootargs \0" \
262 "netdev=eth0\0" \
263 "rootpath=/srv/nfs/tqma6\0" \
264 "ipmode=static\0" \
Markus Niebel9e9846a2017-02-03 16:13:58 +0100265 "netargs=run addnfs addip addtty addfb addcma\0" \
Markus Niebelcb07d742014-07-18 16:52:44 +0200266 "addnfs=setenv bootargs ${bootargs} " \
267 "root=/dev/nfs rw " \
268 "nfsroot=${serverip}:${rootpath},v3,tcp;\0" \
269 "addip_static=setenv bootargs ${bootargs} " \
270 "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:" \
271 "${hostname}:${netdev}:off\0" \
272 "addip_dynamic=setenv bootargs ${bootargs} ip=dhcp\0" \
273 "addip=if test \"${ipmode}\" != static; then " \
274 "run addip_dynamic; else run addip_static; fi\0" \
275 "set_getcmd=if test \"${ipmode}\" != static; then " \
276 "setenv getcmd dhcp; setenv autoload yes; " \
277 "else setenv getcmd tftp; setenv autoload no; fi\0" \
278 "netboot=echo Booting from net ...; " \
279 "run kernel_name; " \
280 "run set_getcmd; " \
281 "setenv bootargs; " \
282 "run netargs; " \
283 "if ${getcmd} ${kernel}; then " \
284 "if ${getcmd} ${fdt_addr} ${fdt_file}; then " \
285 "${boot_type} ${loadaddr} - ${fdt_addr}; " \
286 "fi; " \
287 "fi; " \
288 "echo ... failed\0" \
289 "panicboot=echo No boot device !!! reset\0" \
290 TQMA6_EXTRA_BOOTDEV_ENV_SETTINGS \
291
Markus Niebelcb07d742014-07-18 16:52:44 +0200292/* Physical Memory Map */
Markus Niebelcb07d742014-07-18 16:52:44 +0200293#define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
294
295#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
296#define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
297#define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE
298
299#define CONFIG_SYS_INIT_SP_OFFSET \
300 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
301#define CONFIG_SYS_INIT_SP_ADDR \
302 (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
303
Stefan Roese6b396b32015-03-12 16:34:16 +0100304/*
305 * All the defines above are for the TQMa6 SoM
306 *
307 * Now include the baseboard specific configuration
308 */
309#ifdef CONFIG_MBA6
310#include "tqma6_mba6.h"
Stefan Roese452308c2015-07-06 13:36:33 +0200311#elif CONFIG_WRU4
312#include "tqma6_wru4.h"
Stefan Roese6b396b32015-03-12 16:34:16 +0100313#else
314#error "No baseboard for the TQMa6 defined!"
315#endif
316
317/* Support at least the sensor on TQMa6 SOM */
Stefan Roese6b396b32015-03-12 16:34:16 +0100318
Markus Niebelcb07d742014-07-18 16:52:44 +0200319#endif /* __CONFIG_H */