Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 2 | /* |
| 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 Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 7 | */ |
| 8 | |
| 9 | #ifndef __CONFIG_H |
| 10 | #define __CONFIG_H |
| 11 | |
Eric Nelson | 02824dc | 2013-11-26 17:40:30 -0700 | [diff] [blame] | 12 | #include "mx6_common.h" |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 13 | |
| 14 | #define CONFIG_MACH_TYPE 3769 |
| 15 | |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 16 | /* Size of malloc() pool */ |
| 17 | #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) |
| 18 | |
Troy Kisky | f3d7cff | 2013-09-25 18:41:18 -0700 | [diff] [blame] | 19 | #define CONFIG_USBD_HS |
Troy Kisky | f3d7cff | 2013-09-25 18:41:18 -0700 | [diff] [blame] | 20 | #define CONFIG_NETCONSOLE |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 21 | |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 22 | #define CONFIG_MXC_UART |
| 23 | #define CONFIG_MXC_UART_BASE UART2_BASE |
| 24 | |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 25 | /* I2C Configs */ |
trem | b089d03 | 2013-09-21 18:13:36 +0200 | [diff] [blame] | 26 | #define CONFIG_SYS_I2C |
| 27 | #define CONFIG_SYS_I2C_MXC |
Albert ARIBAUD \\(3ADEV\\) | 03544c6 | 2015-09-21 22:43:38 +0200 | [diff] [blame] | 28 | #define CONFIG_SYS_I2C_MXC_I2C1 /* enable I2C bus 1 */ |
| 29 | #define CONFIG_SYS_I2C_MXC_I2C2 /* enable I2C bus 2 */ |
York Sun | f8cb101 | 2015-03-20 10:20:40 -0700 | [diff] [blame] | 30 | #define CONFIG_SYS_I2C_MXC_I2C3 /* enable I2C bus 3 */ |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 31 | #define CONFIG_SYS_I2C_SPEED 100000 |
Eric Nelson | 5dbdc3c | 2014-10-02 12:16:47 -0700 | [diff] [blame] | 32 | #define CONFIG_I2C_EDID |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 33 | |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 34 | /* MMC Configs */ |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 35 | #define CONFIG_SYS_FSL_ESDHC_ADDR 0 |
| 36 | #define CONFIG_SYS_FSL_USDHC_NUM 2 |
| 37 | |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 38 | /* |
| 39 | * SATA Configs |
| 40 | */ |
| 41 | #ifdef CONFIG_CMD_SATA |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 42 | #define CONFIG_SYS_SATA_MAX_DEVICE 1 |
| 43 | #define CONFIG_DWC_AHSATA_PORT_ID 0 |
| 44 | #define CONFIG_DWC_AHSATA_BASE_ADDR SATA_ARB_BASE_ADDR |
| 45 | #define CONFIG_LBA48 |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 46 | #endif |
| 47 | |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 48 | #define CONFIG_FEC_MXC |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 49 | #define IMX_FEC_BASE ENET_BASE_ADDR |
| 50 | #define CONFIG_FEC_XCV_TYPE RGMII |
| 51 | #define CONFIG_ETHPRIME "FEC" |
| 52 | #define CONFIG_FEC_MXC_PHYADDR 6 |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 53 | |
| 54 | /* USB Configs */ |
Troy Kisky | d1a5286 | 2013-10-10 15:27:59 -0700 | [diff] [blame] | 55 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
| 56 | #define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* For OTG port */ |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 57 | #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) |
| 58 | #define CONFIG_MXC_USB_FLAGS 0 |
| 59 | |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 60 | /* Framebuffer and LCD */ |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 61 | #define CONFIG_VIDEO_BMP_RLE8 |
| 62 | #define CONFIG_SPLASH_SCREEN |
Eric Nelson | 761bc19 | 2015-04-16 11:31:33 -0700 | [diff] [blame] | 63 | #define CONFIG_SPLASH_SCREEN_ALIGN |
| 64 | #define CONFIG_VIDEO_BMP_GZIP |
| 65 | #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (6 * 1024 * 1024) |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 66 | #define CONFIG_BMP_16BPP |
Pardeep Kumar Singla | 5ea7f0e | 2013-07-25 12:12:13 -0500 | [diff] [blame] | 67 | #define CONFIG_IMX_HDMI |
Eric Benard | a47e449 | 2014-04-04 19:05:53 +0200 | [diff] [blame] | 68 | #define CONFIG_IMX_VIDEO_SKIP |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 69 | |
Guillaume GARDET | cc5d7dc | 2018-04-18 17:04:58 +0200 | [diff] [blame] | 70 | #ifdef CONFIG_CMD_MMC |
| 71 | #define DISTRO_BOOT_DEV_MMC(func) func(MMC, mmc, 0) func(MMC, mmc, 1) |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 72 | #else |
Guillaume GARDET | cc5d7dc | 2018-04-18 17:04:58 +0200 | [diff] [blame] | 73 | #define DISTRO_BOOT_DEV_MMC(func) |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 74 | #endif |
| 75 | |
Guillaume GARDET | cc5d7dc | 2018-04-18 17:04:58 +0200 | [diff] [blame] | 76 | #ifdef CONFIG_CMD_SATA |
| 77 | #define DISTRO_BOOT_DEV_SATA(func) func(SATA, sata, 0) |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 78 | #else |
Guillaume GARDET | cc5d7dc | 2018-04-18 17:04:58 +0200 | [diff] [blame] | 79 | #define DISTRO_BOOT_DEV_SATA(func) |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 80 | #endif |
| 81 | |
Diego Rondini | 5b7103e | 2014-10-02 12:16:41 -0700 | [diff] [blame] | 82 | #ifdef CONFIG_USB_STORAGE |
Guillaume GARDET | cc5d7dc | 2018-04-18 17:04:58 +0200 | [diff] [blame] | 83 | #define DISTRO_BOOT_DEV_USB(func) func(USB, usb, 0) |
Diego Rondini | 5b7103e | 2014-10-02 12:16:41 -0700 | [diff] [blame] | 84 | #else |
Guillaume GARDET | cc5d7dc | 2018-04-18 17:04:58 +0200 | [diff] [blame] | 85 | #define DISTRO_BOOT_DEV_USB(func) |
Diego Rondini | 5b7103e | 2014-10-02 12:16:41 -0700 | [diff] [blame] | 86 | #endif |
| 87 | |
Guillaume GARDET | cc5d7dc | 2018-04-18 17:04:58 +0200 | [diff] [blame] | 88 | #ifdef CONFIG_CMD_PXE |
| 89 | #define DISTRO_BOOT_DEV_PXE(func) func(PXE, pxe, na) |
| 90 | #else |
| 91 | #define DISTRO_BOOT_DEV_PXE(func) |
| 92 | #endif |
| 93 | |
| 94 | #ifdef CONFIG_CMD_DHCP |
| 95 | #define DISTRO_BOOT_DEV_DHCP(func) func(DHCP, dhcp, na) |
| 96 | #else |
| 97 | #define DISTRO_BOOT_DEV_DHCP(func) |
| 98 | #endif |
| 99 | |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 100 | |
Fabio Estevam | f8b1e86 | 2013-07-26 11:37:17 -0300 | [diff] [blame] | 101 | #if defined(CONFIG_SABRELITE) |
Guillaume GARDET | cc5d7dc | 2018-04-18 17:04:58 +0200 | [diff] [blame] | 102 | #define FDTFILE "fdtfile=imx6q-sabrelite.dtb\0" |
| 103 | #else |
| 104 | /* FIXME: nitrogen6x covers multiple configs. Define fdtfile for each supported config. */ |
| 105 | #define FDTFILE |
| 106 | #endif |
| 107 | |
| 108 | #define BOOT_TARGET_DEVICES(func) \ |
| 109 | DISTRO_BOOT_DEV_MMC(func) \ |
| 110 | DISTRO_BOOT_DEV_SATA(func) \ |
| 111 | DISTRO_BOOT_DEV_USB(func) \ |
| 112 | DISTRO_BOOT_DEV_PXE(func) \ |
| 113 | DISTRO_BOOT_DEV_DHCP(func) |
| 114 | |
| 115 | #include <config_distro_bootcmd.h> |
| 116 | |
Fabio Estevam | f8b1e86 | 2013-07-26 11:37:17 -0300 | [diff] [blame] | 117 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
Fabio Estevam | f8b1e86 | 2013-07-26 11:37:17 -0300 | [diff] [blame] | 118 | "console=ttymxc1\0" \ |
| 119 | "fdt_high=0xffffffff\0" \ |
| 120 | "initrd_high=0xffffffff\0" \ |
Guillaume GARDET | cc5d7dc | 2018-04-18 17:04:58 +0200 | [diff] [blame] | 121 | "fdt_addr_r=0x18000000\0" \ |
| 122 | FDTFILE \ |
| 123 | "kernel_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \ |
| 124 | "pxefile_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \ |
| 125 | "scriptaddr=" __stringify(CONFIG_LOADADDR) "\0" \ |
| 126 | "ramdisk_addr_r=0x13000000\0" \ |
| 127 | "ramdiskaddr=0x13000000\0" \ |
Fabio Estevam | f8b1e86 | 2013-07-26 11:37:17 -0300 | [diff] [blame] | 128 | "ip_dyn=yes\0" \ |
Gary Bisson | 1c3e62d | 2017-01-12 12:18:44 +0100 | [diff] [blame] | 129 | "usb_pgood_delay=2000\0" \ |
Guillaume GARDET | cc5d7dc | 2018-04-18 17:04:58 +0200 | [diff] [blame] | 130 | BOOTENV |
Fabio Estevam | f8b1e86 | 2013-07-26 11:37:17 -0300 | [diff] [blame] | 131 | |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 132 | /* Miscellaneous configurable options */ |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 133 | #define CONFIG_SYS_MEMTEST_START 0x10000000 |
| 134 | #define CONFIG_SYS_MEMTEST_END 0x10010000 |
| 135 | #define CONFIG_SYS_MEMTEST_SCRATCH 0x10800000 |
| 136 | |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 137 | /* Physical Memory Map */ |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 138 | #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR |
| 139 | |
| 140 | #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM |
| 141 | #define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR |
| 142 | #define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE |
| 143 | |
| 144 | #define CONFIG_SYS_INIT_SP_OFFSET \ |
| 145 | (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) |
| 146 | #define CONFIG_SYS_INIT_SP_ADDR \ |
| 147 | (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET) |
| 148 | |
Peter Robinson | 056845c | 2015-05-22 17:30:45 +0100 | [diff] [blame] | 149 | /* Environment organization */ |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 150 | #define CONFIG_ENV_SIZE (8 * 1024) |
| 151 | |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 152 | #if defined(CONFIG_ENV_IS_IN_MMC) |
| 153 | #define CONFIG_ENV_OFFSET (6 * 64 * 1024) |
| 154 | #define CONFIG_SYS_MMC_ENV_DEV 0 |
| 155 | #elif defined(CONFIG_ENV_IS_IN_SPI_FLASH) |
| 156 | #define CONFIG_ENV_OFFSET (768 * 1024) |
| 157 | #define CONFIG_ENV_SECT_SIZE (8 * 1024) |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 158 | #endif |
| 159 | |
Marek Vasut | 147f8fa | 2013-12-14 05:55:29 +0100 | [diff] [blame] | 160 | /* |
| 161 | * PCI express |
| 162 | */ |
Marek Vasut | 147f8fa | 2013-12-14 05:55:29 +0100 | [diff] [blame] | 163 | #ifdef CONFIG_CMD_PCI |
Marek Vasut | 147f8fa | 2013-12-14 05:55:29 +0100 | [diff] [blame] | 164 | #define CONFIG_PCI_SCAN_SHOW |
| 165 | #define CONFIG_PCIE_IMX |
| 166 | #endif |
| 167 | |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 168 | #endif /* __CONFIG_H */ |