blob: e491af3e927854c83d878b668c387bf7aaf1c8a2 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Fabio Estevamafe20bf2012-09-24 08:09:33 +00002/*
3 * Copyright (C) 2012 Freescale Semiconductor, Inc.
4 *
Otavio Salvadorc0bfaab2012-10-02 09:22:10 +00005 * Configuration settings for the Freescale i.MX6Q SabreAuto board.
Fabio Estevamafe20bf2012-09-24 08:09:33 +00006 */
7
Vanessa Maegimad6362d92017-06-29 09:33:46 -03008#ifndef __MX6SABREAUTO_CONFIG_H
9#define __MX6SABREAUTO_CONFIG_H
Fabio Estevamafe20bf2012-09-24 08:09:33 +000010
Tom Rinia17aa192022-12-04 10:04:55 -050011#define CFG_MXC_UART_BASE UART4_BASE
Simon Glass4694a742016-10-17 20:12:39 -060012#define CONSOLE_DEV "ttymxc3"
Fabio Estevamafe20bf2012-09-24 08:09:33 +000013
Tom Rini6a5dccc2022-11-16 13:10:41 -050014#define CFG_SYS_I2C_PCA953X_WIDTH { {0x30, 8}, {0x32, 8}, {0x34, 8} }
Ye.Li700020e2014-10-30 18:53:49 +080015
Pierre Aubertec10aed2013-06-04 09:00:15 +020016#include "mx6sabre_common.h"
Otavio Salvador1c0b9be2012-09-26 11:37:01 +000017
Diego Dorta614c2832017-07-07 15:38:34 -030018/* Falcon Mode */
19#ifdef CONFIG_SPL_OS_BOOT
Diego Dorta614c2832017-07-07 15:38:34 -030020/* Falcon Mode - MMC support: args@1MB kernel@2MB */
Diego Dorta614c2832017-07-07 15:38:34 -030021#endif
22
Fabio Estevama03035f2017-07-10 15:59:11 -030023#ifdef CONFIG_MTD_NOR_FLASH
Tom Rini6a5dccc2022-11-16 13:10:41 -050024#define CFG_SYS_FLASH_BASE WEIM_ARB_BASE_ADDR
Fabio Estevama03035f2017-07-10 15:59:11 -030025#endif
Fabio Estevam2623cb12014-11-14 11:27:23 -020026
Tom Rini376b88a2022-10-28 20:27:13 -040027#define CFG_SYS_FSL_USDHC_NUM 2
Shawn Guo7e5e8332012-12-30 14:14:59 +000028
Ye.Li4a1f9222014-11-12 14:02:05 +080029/* NAND stuff */
Tom Rinib4213492022-11-12 17:36:51 -050030#define CFG_SYS_NAND_BASE 0x40000000
Ye.Li4a1f9222014-11-12 14:02:05 +080031
32/* DMA stuff, needed for GPMI/MXS NAND support */
Ye.Li4a1f9222014-11-12 14:02:05 +080033
Vanessa Maegimad6362d92017-06-29 09:33:46 -030034#endif /* __MX6SABREAUTO_CONFIG_H */