]> Git Repo - J-u-boot.git/blame - include/configs/mx6sabresd.h
Convert CONFIG_EHCI_HCD_INIT_AFTER_RESET to Kconfig
[J-u-boot.git] / include / configs / mx6sabresd.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
7891e258
FE
2/*
3 * Copyright (C) 2012 Freescale Semiconductor, Inc.
4 *
5 * Configuration settings for the Freescale i.MX6Q SabreSD board.
7891e258
FE
6 */
7
258f76fd
FE
8#ifndef __MX6SABRESD_CONFIG_H
9#define __MX6SABRESD_CONFIG_H
7891e258 10
1558200a 11#ifdef CONFIG_SPL
1558200a
JT
12#include "imx6_spl.h"
13#endif
14
bcfc7118 15#define CONFIG_MXC_UART_BASE UART1_BASE
12ca05a3 16#define CONSOLE_DEV "ttymxc0"
7891e258 17
c1747970 18#include "mx6sabre_common.h"
51535d9f 19
d96796ca 20/* Falcon Mode */
d96796ca
DD
21
22/* Falcon Mode - MMC support: args@1MB kernel@2MB */
d96796ca 23
de7d02ae 24#define CONFIG_SYS_FSL_USDHC_NUM 3
de7d02ae 25
e919aa23 26#ifdef CONFIG_CMD_PCI
e919aa23
MV
27#define CONFIG_PCI_SCAN_SHOW
28#define CONFIG_PCIE_IMX
29#define CONFIG_PCIE_IMX_PERST_GPIO IMX_GPIO_NR(7, 12)
30#define CONFIG_PCIE_IMX_POWER_GPIO IMX_GPIO_NR(3, 19)
31#endif
32
66ca09fc 33/* PMIC */
66ca09fc
FE
34#define CONFIG_POWER_PFUZE100
35#define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08
36
5a3d63c5 37/* USB Configs */
5a3d63c5 38#ifdef CONFIG_CMD_USB
5a3d63c5
PF
39#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
40#define CONFIG_MXC_USB_FLAGS 0
41#define CONFIG_USB_MAX_CONTROLLER_COUNT 1 /* Enabled USB controller number */
42#endif
43
258f76fd 44#endif /* __MX6SABRESD_CONFIG_H */
This page took 0.750725 seconds and 4 git commands to generate.