Fabio Estevam | 7891e25 | 2012-09-13 03:18:20 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2012 Freescale Semiconductor, Inc. |
| 3 | * |
| 4 | * Configuration settings for the Freescale i.MX6Q SabreSD board. |
| 5 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 6 | * SPDX-License-Identifier: GPL-2.0+ |
Fabio Estevam | 7891e25 | 2012-09-13 03:18:20 +0000 | [diff] [blame] | 7 | */ |
| 8 | |
Fabio Estevam | bcfc711 | 2012-09-24 08:09:32 +0000 | [diff] [blame] | 9 | #ifndef __MX6QSABRESD_CONFIG_H |
| 10 | #define __MX6QSABRESD_CONFIG_H |
Fabio Estevam | 7891e25 | 2012-09-13 03:18:20 +0000 | [diff] [blame] | 11 | |
John Tobias | 1558200 | 2014-11-12 14:27:44 -0800 | [diff] [blame] | 12 | #ifdef CONFIG_SPL |
John Tobias | 1558200 | 2014-11-12 14:27:44 -0800 | [diff] [blame] | 13 | #include "imx6_spl.h" |
| 14 | #endif |
| 15 | |
Fabio Estevam | 7891e25 | 2012-09-13 03:18:20 +0000 | [diff] [blame] | 16 | #define CONFIG_MACH_TYPE 3980 |
Fabio Estevam | bcfc711 | 2012-09-24 08:09:32 +0000 | [diff] [blame] | 17 | #define CONFIG_MXC_UART_BASE UART1_BASE |
Simon Glass | 12ca05a | 2016-10-17 20:12:39 -0600 | [diff] [blame] | 18 | #define CONSOLE_DEV "ttymxc0" |
Otavio Salvador | 903e779 | 2012-10-02 09:22:10 +0000 | [diff] [blame] | 19 | #define CONFIG_MMCROOT "/dev/mmcblk1p2" |
Fabio Estevam | 7891e25 | 2012-09-13 03:18:20 +0000 | [diff] [blame] | 20 | |
Otavio Salvador | 03ce330 | 2014-01-06 13:27:20 -0200 | [diff] [blame] | 21 | #define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */ |
| 22 | |
Pierre Aubert | c174797 | 2013-06-04 09:00:15 +0200 | [diff] [blame] | 23 | #include "mx6sabre_common.h" |
Otavio Salvador | 51535d9 | 2012-09-26 11:37:01 +0000 | [diff] [blame] | 24 | |
Diego Dorta | d96796c | 2016-10-11 11:09:27 -0300 | [diff] [blame] | 25 | /* Falcon Mode */ |
Tom Rini | dec3030 | 2017-01-20 19:55:53 -0500 | [diff] [blame] | 26 | #define CONFIG_SPL_FS_LOAD_ARGS_NAME "args" |
| 27 | #define CONFIG_SPL_FS_LOAD_KERNEL_NAME "uImage" |
Diego Dorta | d96796c | 2016-10-11 11:09:27 -0300 | [diff] [blame] | 28 | #define CONFIG_CMD_SPL |
Diego Dorta | d96796c | 2016-10-11 11:09:27 -0300 | [diff] [blame] | 29 | #define CONFIG_SYS_SPL_ARGS_ADDR 0x18000000 |
| 30 | #define CONFIG_CMD_SPL_WRITE_SIZE (128 * SZ_1K) |
| 31 | |
| 32 | /* Falcon Mode - MMC support: args@1MB kernel@2MB */ |
| 33 | #define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR 0x800 /* 1MB */ |
| 34 | #define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS (CONFIG_CMD_SPL_WRITE_SIZE / 512) |
| 35 | #define CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR 0x1000 /* 2MB */ |
| 36 | |
Shawn Guo | de7d02a | 2012-12-30 14:14:59 +0000 | [diff] [blame] | 37 | #define CONFIG_SYS_FSL_USDHC_NUM 3 |
| 38 | #if defined(CONFIG_ENV_IS_IN_MMC) |
Fabio Estevam | acbb445 | 2013-01-10 09:00:53 +0000 | [diff] [blame] | 39 | #define CONFIG_SYS_MMC_ENV_DEV 1 /* SDHC3 */ |
Shawn Guo | de7d02a | 2012-12-30 14:14:59 +0000 | [diff] [blame] | 40 | #endif |
| 41 | |
Marek Vasut | e919aa2 | 2014-03-23 22:45:41 +0100 | [diff] [blame] | 42 | #define CONFIG_CMD_PCI |
| 43 | #ifdef CONFIG_CMD_PCI |
Marek Vasut | e919aa2 | 2014-03-23 22:45:41 +0100 | [diff] [blame] | 44 | #define CONFIG_PCI_SCAN_SHOW |
| 45 | #define CONFIG_PCIE_IMX |
| 46 | #define CONFIG_PCIE_IMX_PERST_GPIO IMX_GPIO_NR(7, 12) |
| 47 | #define CONFIG_PCIE_IMX_POWER_GPIO IMX_GPIO_NR(3, 19) |
| 48 | #endif |
| 49 | |
Fabio Estevam | 66ca09f | 2014-05-09 13:15:42 -0300 | [diff] [blame] | 50 | /* I2C Configs */ |
Fabio Estevam | 66ca09f | 2014-05-09 13:15:42 -0300 | [diff] [blame] | 51 | #define CONFIG_SYS_I2C |
| 52 | #define CONFIG_SYS_I2C_MXC |
Albert ARIBAUD \\(3ADEV\\) | 03544c6 | 2015-09-21 22:43:38 +0200 | [diff] [blame] | 53 | #define CONFIG_SYS_I2C_MXC_I2C1 /* enable I2C bus 1 */ |
| 54 | #define CONFIG_SYS_I2C_MXC_I2C2 /* enable I2C bus 2 */ |
York Sun | f8cb101 | 2015-03-20 10:20:40 -0700 | [diff] [blame] | 55 | #define CONFIG_SYS_I2C_MXC_I2C3 /* enable I2C bus 3 */ |
Fabio Estevam | 66ca09f | 2014-05-09 13:15:42 -0300 | [diff] [blame] | 56 | #define CONFIG_SYS_I2C_SPEED 100000 |
| 57 | |
| 58 | /* PMIC */ |
| 59 | #define CONFIG_POWER |
| 60 | #define CONFIG_POWER_I2C |
| 61 | #define CONFIG_POWER_PFUZE100 |
| 62 | #define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08 |
| 63 | |
Peng Fan | 5a3d63c | 2014-12-02 09:55:27 +0800 | [diff] [blame] | 64 | /* USB Configs */ |
Peng Fan | 5a3d63c | 2014-12-02 09:55:27 +0800 | [diff] [blame] | 65 | #ifdef CONFIG_CMD_USB |
Peng Fan | 5a3d63c | 2014-12-02 09:55:27 +0800 | [diff] [blame] | 66 | #define CONFIG_EHCI_HCD_INIT_AFTER_RESET |
| 67 | #define CONFIG_USB_HOST_ETHER |
| 68 | #define CONFIG_USB_ETHER_ASIX |
| 69 | #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) |
| 70 | #define CONFIG_MXC_USB_FLAGS 0 |
| 71 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 /* Enabled USB controller number */ |
| 72 | #endif |
| 73 | |
Fabio Estevam | bcfc711 | 2012-09-24 08:09:32 +0000 | [diff] [blame] | 74 | #endif /* __MX6QSABRESD_CONFIG_H */ |