Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2015 Timesys Corporation |
| 4 | * Copyright (C) 2015 General Electric Company |
| 5 | * Copyright (C) 2014 Advantech |
| 6 | * Copyright (C) 2012 Freescale Semiconductor, Inc. |
| 7 | * |
| 8 | * Configuration settings for the GE MX6Q Bx50v3 boards. |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 9 | */ |
| 10 | |
| 11 | #ifndef __GE_BX50V3_CONFIG_H |
| 12 | #define __GE_BX50V3_CONFIG_H |
| 13 | |
| 14 | #include <asm/arch/imx-regs.h> |
Stefano Babic | 33731bc | 2017-06-29 10:16:06 +0200 | [diff] [blame] | 15 | #include <asm/mach-imx/gpio.h> |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 16 | |
Ian Ray | 467778a | 2018-04-25 16:57:04 +0200 | [diff] [blame] | 17 | #define CONFIG_BOARD_NAME "General Electric Bx50v3" |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 18 | |
| 19 | #define CONFIG_MXC_UART_BASE UART3_BASE |
Simon Glass | 4694a74 | 2016-10-17 20:12:39 -0600 | [diff] [blame] | 20 | #define CONSOLE_DEV "ttymxc2" |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 21 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 22 | #include "mx6_common.h" |
| 23 | #include <linux/sizes.h> |
| 24 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 25 | #define CONFIG_CMDLINE_TAG |
| 26 | #define CONFIG_SETUP_MEMORY_TAGS |
| 27 | #define CONFIG_INITRD_TAG |
| 28 | #define CONFIG_REVISION_TAG |
| 29 | #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) |
| 30 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 31 | #define CONFIG_MXC_UART |
| 32 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 33 | /* SATA Configs */ |
Andrew Shadura | 6da4f98 | 2016-05-24 15:56:21 +0200 | [diff] [blame] | 34 | #ifdef CONFIG_CMD_SATA |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 35 | #define CONFIG_SYS_SATA_MAX_DEVICE 1 |
| 36 | #define CONFIG_DWC_AHSATA_PORT_ID 0 |
| 37 | #define CONFIG_DWC_AHSATA_BASE_ADDR SATA_ARB_BASE_ADDR |
| 38 | #define CONFIG_LBA48 |
Andrew Shadura | 6da4f98 | 2016-05-24 15:56:21 +0200 | [diff] [blame] | 39 | #endif |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 40 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 41 | /* USB Configs */ |
Andrew Shadura | af628af | 2016-05-24 15:56:19 +0200 | [diff] [blame] | 42 | #ifdef CONFIG_USB |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 43 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
| 44 | #define CONFIG_EHCI_HCD_INIT_AFTER_RESET |
| 45 | #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) |
| 46 | #define CONFIG_MXC_USB_FLAGS 0 |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 47 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 48 | #define CONFIG_USBD_HS |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 49 | #define CONFIG_USB_GADGET_MASS_STORAGE |
Andrew Shadura | af628af | 2016-05-24 15:56:19 +0200 | [diff] [blame] | 50 | #endif |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 51 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 52 | /* Serial Flash */ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 53 | |
| 54 | /* allow to overwrite serial and ethaddr */ |
| 55 | #define CONFIG_ENV_OVERWRITE |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 56 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 57 | #define CONFIG_LOADADDR 0x12000000 |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 58 | |
Joonas Aijala | 667f25f | 2019-01-31 16:21:20 +0200 | [diff] [blame] | 59 | #ifdef CONFIG_NFS_CMD |
| 60 | #define NETWORKBOOT \ |
| 61 | "setnetworkboot=" \ |
| 62 | "setenv ipaddr 172.16.2.10; setenv serverip 172.16.2.20; " \ |
| 63 | "setenv gatewayip 172.16.2.20; setenv nfsserver 172.16.2.20; " \ |
| 64 | "setenv netmask 255.255.255.0; setenv ethaddr ca:fe:de:ca:f0:11; " \ |
| 65 | "setenv bootargs root=/dev/nfs nfsroot=${nfsserver}:/srv/nfs/,v3,tcp rw rootwait" \ |
| 66 | "setenv bootargs $bootargs ip=${ipaddr}:${nfsserver}:${gatewayip}:${netmask}::eth0:off " \ |
| 67 | "setenv bootargs $bootargs cma=128M bootcause=POR console=${console} ${videoargs} " \ |
| 68 | "setenv bootargs $bootargs systemd.mask=helix-network-defaults.service " \ |
| 69 | "setenv bootargs $bootargs watchdog.handle_boot_enabled=1\0" \ |
| 70 | "networkboot=" \ |
| 71 | "run setnetworkboot; " \ |
| 72 | "nfs ${loadaddr} /srv/nfs/fitImage; " \ |
| 73 | "bootm ${loadaddr}#conf@${confidx}\0" \ |
| 74 | |
| 75 | #define CONFIG_NETWORKBOOTCOMMAND \ |
| 76 | "run networkboot; " \ |
| 77 | |
| 78 | #else |
| 79 | #define NETWORKBOOT \ |
| 80 | |
| 81 | #endif |
| 82 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 83 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
Joonas Aijala | 667f25f | 2019-01-31 16:21:20 +0200 | [diff] [blame] | 84 | NETWORKBOOT \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame] | 85 | "bootcause=POR\0" \ |
Ian Ray | b52e252 | 2018-01-10 20:31:33 +0100 | [diff] [blame] | 86 | "image=/boot/fitImage\0" \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame] | 87 | "fdt_high=0xffffffff\0" \ |
| 88 | "dev=mmc\0" \ |
Ian Ray | 3a97ec0 | 2019-01-31 16:21:12 +0200 | [diff] [blame] | 89 | "devnum=2\0" \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame] | 90 | "rootdev=mmcblk0p\0" \ |
| 91 | "quiet=quiet loglevel=0\0" \ |
Simon Glass | 4694a74 | 2016-10-17 20:12:39 -0600 | [diff] [blame] | 92 | "console=" CONSOLE_DEV "\0" \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame] | 93 | "setargs=setenv bootargs root=/dev/${rootdev}${partnum} " \ |
| 94 | "ro rootwait cma=128M " \ |
| 95 | "bootcause=${bootcause} " \ |
Ian Ray | c69217c | 2019-11-12 19:15:18 +0000 | [diff] [blame^] | 96 | "${quiet} console=${console} " \ |
Ian Ray | d8c6099 | 2018-04-25 16:57:03 +0200 | [diff] [blame] | 97 | "${videoargs}" "\0" \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame] | 98 | "doquiet=" \ |
| 99 | "if ext2load ${dev} ${devnum}:5 0x7000A000 /boot/console; " \ |
| 100 | "then setenv quiet; fi\0" \ |
| 101 | "hasfirstboot=" \ |
| 102 | "ext2load ${dev} ${devnum}:${partnum} 0x7000A000 " \ |
| 103 | "/boot/bootcause/firstboot\0" \ |
| 104 | "swappartitions=" \ |
| 105 | "setexpr partnum 3 - ${partnum}\0" \ |
| 106 | "failbootcmd=" \ |
Ian Ray | b7f9625 | 2019-11-12 19:15:15 +0000 | [diff] [blame] | 107 | "echo reached failbootcmd; " \ |
Ian Ray | 4013368 | 2018-04-04 10:50:17 +0200 | [diff] [blame] | 108 | "bx50_backlight_enable; " \ |
Ian Ray | b7f9625 | 2019-11-12 19:15:15 +0000 | [diff] [blame] | 109 | "setcurs 5 4; " \ |
| 110 | "lcdputs \"Monitor failed to start. " \ |
| 111 | "Try again, or contact GE Service for support.\"; " \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame] | 112 | "mw.b 0x7000A000 0xbc; " \ |
| 113 | "mw.b 0x7000A001 0x00; " \ |
| 114 | "ext4write ${dev} ${devnum}:5 0x7000A000 /boot/failures 2\0" \ |
| 115 | "altbootcmd=" \ |
| 116 | "run doquiet; " \ |
| 117 | "setenv partnum 1; run hasfirstboot || setenv partnum 2; " \ |
| 118 | "run hasfirstboot || setenv partnum 0; " \ |
| 119 | "if test ${partnum} != 0; then " \ |
| 120 | "setenv bootcause REVERT; " \ |
| 121 | "run swappartitions loadimage doboot; " \ |
| 122 | "fi; " \ |
| 123 | "run failbootcmd\0" \ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 124 | "loadimage=" \ |
| 125 | "ext2load ${dev} ${devnum}:${partnum} ${loadaddr} ${image}\0" \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame] | 126 | "doboot=" \ |
| 127 | "echo Booting from ${dev}:${devnum}:${partnum} ...; " \ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 128 | "run setargs; " \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame] | 129 | "bootm ${loadaddr}#conf@${confidx}\0" \ |
| 130 | "tryboot=" \ |
| 131 | "setenv partnum 1; run hasfirstboot || setenv partnum 2; " \ |
| 132 | "run loadimage || run swappartitions && run loadimage || " \ |
| 133 | "setenv partnum 0 && echo MISSING IMAGE;" \ |
| 134 | "run doboot; " \ |
| 135 | "run failbootcmd\0" \ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 136 | |
Andrew Shadura | af628af | 2016-05-24 15:56:19 +0200 | [diff] [blame] | 137 | #define CONFIG_MMCBOOTCOMMAND \ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 138 | "if mmc dev ${devnum}; then " \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame] | 139 | "run doquiet; " \ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 140 | "run tryboot; " \ |
| 141 | "fi; " \ |
Andrew Shadura | af628af | 2016-05-24 15:56:19 +0200 | [diff] [blame] | 142 | |
| 143 | #define CONFIG_USBBOOTCOMMAND \ |
Ian Ray | b52e252 | 2018-01-10 20:31:33 +0100 | [diff] [blame] | 144 | "echo Unsupported; " \ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 145 | |
Joonas Aijala | 667f25f | 2019-01-31 16:21:20 +0200 | [diff] [blame] | 146 | #ifdef CONFIG_NFS_CMD |
| 147 | #define CONFIG_BOOTCOMMAND CONFIG_NETWORKBOOTCOMMAND |
| 148 | #elif CONFIG_CMD_USB |
Andrew Shadura | af628af | 2016-05-24 15:56:19 +0200 | [diff] [blame] | 149 | #define CONFIG_BOOTCOMMAND CONFIG_USBBOOTCOMMAND |
| 150 | #else |
| 151 | #define CONFIG_BOOTCOMMAND CONFIG_MMCBOOTCOMMAND |
| 152 | #endif |
| 153 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 154 | |
| 155 | /* Miscellaneous configurable options */ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 156 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 157 | #define CONFIG_SYS_MEMTEST_START 0x10000000 |
| 158 | #define CONFIG_SYS_MEMTEST_END 0x10010000 |
| 159 | #define CONFIG_SYS_MEMTEST_SCRATCH 0x10800000 |
| 160 | |
| 161 | #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR |
| 162 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 163 | /* Physical Memory Map */ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 164 | #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR |
| 165 | |
| 166 | #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM |
| 167 | #define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR |
| 168 | #define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE |
| 169 | |
| 170 | #define CONFIG_SYS_INIT_SP_OFFSET \ |
| 171 | (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) |
| 172 | #define CONFIG_SYS_INIT_SP_ADDR \ |
| 173 | (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET) |
| 174 | |
Masahiro Yamada | 8cea9b5 | 2017-02-11 22:43:54 +0900 | [diff] [blame] | 175 | /* environment organization */ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 176 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 177 | #define CONFIG_SYS_FSL_USDHC_NUM 3 |
| 178 | |
| 179 | /* Framebuffer */ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame] | 180 | #define CONFIG_HIDE_LOGO_VERSION |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 181 | #define CONFIG_IMX_HDMI |
| 182 | #define CONFIG_IMX_VIDEO_SKIP |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame] | 183 | #define CONFIG_CMD_BMP |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 184 | |
Akshay Bhat | 5d64362 | 2016-04-12 18:13:59 -0400 | [diff] [blame] | 185 | #define CONFIG_IMX6_PWM_PER_CLK 66000000 |
| 186 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 187 | #define CONFIG_PCI_SCAN_SHOW |
| 188 | #define CONFIG_PCIE_IMX |
| 189 | #define CONFIG_PCIE_IMX_PERST_GPIO IMX_GPIO_NR(7, 12) |
| 190 | #define CONFIG_PCIE_IMX_POWER_GPIO IMX_GPIO_NR(1, 5) |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 191 | |
Nandor Han | ae3c6d2 | 2018-01-10 20:31:38 +0100 | [diff] [blame] | 192 | #define CONFIG_RTC_RX8010SJ |
| 193 | #define CONFIG_SYS_RTC_BUS_NUM 2 |
| 194 | #define CONFIG_SYS_I2C_RTC_ADDR 0x32 |
| 195 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 196 | /* I2C Configs */ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 197 | #define CONFIG_SYS_I2C |
| 198 | #define CONFIG_SYS_I2C_MXC |
| 199 | #define CONFIG_SYS_I2C_SPEED 100000 |
| 200 | #define CONFIG_SYS_I2C_MXC_I2C1 |
| 201 | #define CONFIG_SYS_I2C_MXC_I2C2 |
| 202 | #define CONFIG_SYS_I2C_MXC_I2C3 |
| 203 | |
Martyn Welch | 59be789 | 2018-01-10 20:31:28 +0100 | [diff] [blame] | 204 | #define CONFIG_SYS_NUM_I2C_BUSES 11 |
Ian Ray | c0293da | 2017-08-22 09:03:54 +0300 | [diff] [blame] | 205 | #define CONFIG_SYS_I2C_MAX_HOPS 1 |
| 206 | #define CONFIG_SYS_I2C_BUSES { {0, {I2C_NULL_HOP} }, \ |
Martyn Welch | 59be789 | 2018-01-10 20:31:28 +0100 | [diff] [blame] | 207 | {1, {I2C_NULL_HOP} }, \ |
| 208 | {2, {I2C_NULL_HOP} }, \ |
Ian Ray | c0293da | 2017-08-22 09:03:54 +0300 | [diff] [blame] | 209 | {0, {{I2C_MUX_PCA9547, 0x70, 0} } }, \ |
| 210 | {0, {{I2C_MUX_PCA9547, 0x70, 1} } }, \ |
| 211 | {0, {{I2C_MUX_PCA9547, 0x70, 2} } }, \ |
| 212 | {0, {{I2C_MUX_PCA9547, 0x70, 3} } }, \ |
| 213 | {0, {{I2C_MUX_PCA9547, 0x70, 4} } }, \ |
| 214 | {0, {{I2C_MUX_PCA9547, 0x70, 5} } }, \ |
| 215 | {0, {{I2C_MUX_PCA9547, 0x70, 6} } }, \ |
| 216 | {0, {{I2C_MUX_PCA9547, 0x70, 7} } }, \ |
| 217 | } |
| 218 | |
| 219 | #define CONFIG_BCH |
| 220 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 221 | #endif /* __GE_BX50V3_CONFIG_H */ |