]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/mx6sabresd.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / include / configs / mx6sabresd.h
CommitLineData
7891e258
FE
1/*
2 * Copyright (C) 2012 Freescale Semiconductor, Inc.
3 *
4 * Configuration settings for the Freescale i.MX6Q SabreSD board.
5 *
1a459660 6 * SPDX-License-Identifier: GPL-2.0+
7891e258
FE
7 */
8
bcfc7118
FE
9#ifndef __MX6QSABRESD_CONFIG_H
10#define __MX6QSABRESD_CONFIG_H
7891e258
FE
11
12#define CONFIG_MACH_TYPE 3980
bcfc7118 13#define CONFIG_MXC_UART_BASE UART1_BASE
51535d9f 14#define CONFIG_CONSOLE_DEV "ttymxc0"
903e779c 15#define CONFIG_MMCROOT "/dev/mmcblk1p2"
bf0c2245 16#define CONFIG_DEFAULT_FDT_FILE "imx6q-sabresd.dtb"
bcfc7118 17#define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024)
7891e258 18
c1747970 19#include "mx6sabre_common.h"
51535d9f 20
de7d02ae
SG
21#define CONFIG_SYS_FSL_USDHC_NUM 3
22#if defined(CONFIG_ENV_IS_IN_MMC)
acbb4457 23#define CONFIG_SYS_MMC_ENV_DEV 1 /* SDHC3 */
de7d02ae
SG
24#endif
25
bcfc7118 26#endif /* __MX6QSABRESD_CONFIG_H */