]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/mx6sabresd.h
Merge branch 'master' of git://git.denx.de/u-boot-imx
[karo-tx-uboot.git] / include / configs / mx6sabresd.h
1 /*
2  * Copyright (C) 2012 Freescale Semiconductor, Inc.
3  *
4  * Configuration settings for the Freescale i.MX6Q SabreSD board.
5  *
6  * SPDX-License-Identifier:     GPL-2.0+
7  */
8
9 #ifndef __MX6QSABRESD_CONFIG_H
10 #define __MX6QSABRESD_CONFIG_H
11
12 #include <asm/arch/imx-regs.h>
13 #include <asm/imx-common/gpio.h>
14
15 #define CONFIG_MACH_TYPE        3980
16 #define CONFIG_MXC_UART_BASE    UART1_BASE
17 #define CONFIG_CONSOLE_DEV              "ttymxc0"
18 #define CONFIG_MMCROOT                  "/dev/mmcblk1p2"
19 #if defined(CONFIG_MX6Q)
20 #define CONFIG_DEFAULT_FDT_FILE "imx6q-sabresd.dtb"
21 #elif defined(CONFIG_MX6DL)
22 #define CONFIG_DEFAULT_FDT_FILE "imx6dl-sabresd.dtb"
23 #endif
24 #define PHYS_SDRAM_SIZE         (1u * 1024 * 1024 * 1024)
25
26 #define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */
27
28 #include "mx6sabre_common.h"
29
30 #define CONFIG_SYS_FSL_USDHC_NUM        3
31 #if defined(CONFIG_ENV_IS_IN_MMC)
32 #define CONFIG_SYS_MMC_ENV_DEV          1       /* SDHC3 */
33 #endif
34
35 #define CONFIG_CMD_PCI
36 #ifdef CONFIG_CMD_PCI
37 #define CONFIG_PCI
38 #define CONFIG_PCI_PNP
39 #define CONFIG_PCI_SCAN_SHOW
40 #define CONFIG_PCIE_IMX
41 #define CONFIG_PCIE_IMX_PERST_GPIO      IMX_GPIO_NR(7, 12)
42 #define CONFIG_PCIE_IMX_POWER_GPIO      IMX_GPIO_NR(3, 19)
43 #endif
44
45 /* I2C Configs */
46 #define CONFIG_CMD_I2C
47 #define CONFIG_SYS_I2C
48 #define CONFIG_SYS_I2C_MXC
49 #define CONFIG_SYS_I2C_SPEED              100000
50
51 /* PMIC */
52 #define CONFIG_POWER
53 #define CONFIG_POWER_I2C
54 #define CONFIG_POWER_PFUZE100
55 #define CONFIG_POWER_PFUZE100_I2C_ADDR  0x08
56
57 #endif                         /* __MX6QSABRESD_CONFIG_H */