2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2012-09-24 08:09:33 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2012 Freescale Semiconductor, Inc.
|
|
|
|
*
|
2012-10-02 09:22:10 +00:00
|
|
|
* Configuration settings for the Freescale i.MX6Q SabreAuto board.
|
2012-09-24 08:09:33 +00:00
|
|
|
*/
|
|
|
|
|
2017-06-29 12:33:46 +00:00
|
|
|
#ifndef __MX6SABREAUTO_CONFIG_H
|
|
|
|
#define __MX6SABREAUTO_CONFIG_H
|
2012-09-24 08:09:33 +00:00
|
|
|
|
2017-06-29 12:33:45 +00:00
|
|
|
#ifdef CONFIG_SPL
|
|
|
|
#include "imx6_spl.h"
|
|
|
|
#endif
|
|
|
|
|
2012-09-24 08:09:33 +00:00
|
|
|
#define CONFIG_MACH_TYPE 3529
|
|
|
|
#define CONFIG_MXC_UART_BASE UART4_BASE
|
2016-10-18 02:12:39 +00:00
|
|
|
#define CONSOLE_DEV "ttymxc3"
|
2012-09-24 08:09:33 +00:00
|
|
|
|
2013-01-21 23:11:21 +00:00
|
|
|
/* USB Configs */
|
2013-10-10 22:27:59 +00:00
|
|
|
#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
|
|
|
|
#define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* For OTG port */
|
2013-01-21 23:11:21 +00:00
|
|
|
#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
|
|
|
|
#define CONFIG_MXC_USB_FLAGS 0
|
|
|
|
|
2014-10-30 10:53:49 +00:00
|
|
|
#define CONFIG_PCA953X
|
|
|
|
#define CONFIG_SYS_I2C_PCA953X_WIDTH { {0x30, 8}, {0x32, 8}, {0x34, 8} }
|
|
|
|
|
2013-06-04 07:00:15 +00:00
|
|
|
#include "mx6sabre_common.h"
|
2012-09-26 11:37:01 +00:00
|
|
|
|
2017-07-07 18:38:34 +00:00
|
|
|
/* Falcon Mode */
|
|
|
|
#ifdef CONFIG_SPL_OS_BOOT
|
|
|
|
#define CONFIG_SPL_FS_LOAD_ARGS_NAME "args"
|
|
|
|
#define CONFIG_SPL_FS_LOAD_KERNEL_NAME "uImage"
|
|
|
|
#define CONFIG_SYS_SPL_ARGS_ADDR 0x18000000
|
|
|
|
|
|
|
|
/* Falcon Mode - MMC support: args@1MB kernel@2MB */
|
|
|
|
#define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR 0x800 /* 1MB */
|
|
|
|
#define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS (CONFIG_CMD_SPL_WRITE_SIZE / 512)
|
|
|
|
#define CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR 0x1000 /* 2MB */
|
|
|
|
#endif
|
|
|
|
|
2017-07-10 18:59:11 +00:00
|
|
|
#ifdef CONFIG_MTD_NOR_FLASH
|
2014-11-14 13:27:23 +00:00
|
|
|
#define CONFIG_SYS_FLASH_BASE WEIM_ARB_BASE_ADDR
|
|
|
|
#define CONFIG_SYS_FLASH_SECT_SIZE (128 * 1024)
|
|
|
|
#define CONFIG_SYS_MAX_FLASH_BANKS 1 /* max number of memory banks */
|
|
|
|
#define CONFIG_SYS_MAX_FLASH_SECT 256 /* max number of sectors on one chip */
|
|
|
|
#define CONFIG_SYS_FLASH_EMPTY_INFO
|
2016-12-15 18:00:11 +00:00
|
|
|
#define CONFIG_SYS_FLASH_CFI_WIDTH FLASH_CFI_16BIT
|
2017-07-10 18:59:11 +00:00
|
|
|
#endif
|
2014-11-14 13:27:23 +00:00
|
|
|
|
2012-12-30 14:14:59 +00:00
|
|
|
#define CONFIG_SYS_FSL_USDHC_NUM 2
|
|
|
|
#if defined(CONFIG_ENV_IS_IN_MMC)
|
|
|
|
#define CONFIG_SYS_MMC_ENV_DEV 0
|
|
|
|
#endif
|
|
|
|
|
2013-05-13 18:01:12 +00:00
|
|
|
/* I2C Configs */
|
2013-09-21 16:13:36 +00:00
|
|
|
#define CONFIG_SYS_I2C
|
|
|
|
#define CONFIG_SYS_I2C_MXC
|
2015-09-21 20:43:38 +00:00
|
|
|
#define CONFIG_SYS_I2C_MXC_I2C1 /* enable I2C bus 1 */
|
|
|
|
#define CONFIG_SYS_I2C_MXC_I2C2 /* enable I2C bus 2 */
|
2015-03-20 17:20:40 +00:00
|
|
|
#define CONFIG_SYS_I2C_MXC_I2C3 /* enable I2C bus 3 */
|
2013-05-13 18:01:12 +00:00
|
|
|
#define CONFIG_SYS_I2C_SPEED 100000
|
|
|
|
|
2014-11-12 06:02:05 +00:00
|
|
|
/* NAND stuff */
|
|
|
|
#define CONFIG_SYS_MAX_NAND_DEVICE 1
|
|
|
|
#define CONFIG_SYS_NAND_BASE 0x40000000
|
|
|
|
#define CONFIG_SYS_NAND_5_ADDR_CYCLE
|
|
|
|
#define CONFIG_SYS_NAND_ONFI_DETECTION
|
|
|
|
|
|
|
|
/* DMA stuff, needed for GPMI/MXS NAND support */
|
|
|
|
|
2014-11-06 08:29:02 +00:00
|
|
|
/* PMIC */
|
|
|
|
#define CONFIG_POWER
|
|
|
|
#define CONFIG_POWER_I2C
|
|
|
|
#define CONFIG_POWER_PFUZE100
|
|
|
|
#define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08
|
|
|
|
|
2017-06-29 12:33:46 +00:00
|
|
|
#endif /* __MX6SABREAUTO_CONFIG_H */
|