Convert CONFIG_USB_MAX_CONTROLLER_COUNT to Kconfig
[platform/kernel/u-boot.git] / include / configs / mx6sabresd.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2012 Freescale Semiconductor, Inc.
4  *
5  * Configuration settings for the Freescale i.MX6Q SabreSD board.
6  */
7
8 #ifndef __MX6SABRESD_CONFIG_H
9 #define __MX6SABRESD_CONFIG_H
10
11 #ifdef CONFIG_SPL
12 #include "imx6_spl.h"
13 #endif
14
15 #define CONFIG_MXC_UART_BASE    UART1_BASE
16 #define CONSOLE_DEV             "ttymxc0"
17
18 #include "mx6sabre_common.h"
19
20 /* Falcon Mode */
21
22 /* Falcon Mode - MMC support: args@1MB kernel@2MB */
23
24 #define CONFIG_SYS_FSL_USDHC_NUM        3
25
26 #ifdef CONFIG_CMD_PCI
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
33 /* PMIC */
34 #define CONFIG_POWER_PFUZE100
35 #define CONFIG_POWER_PFUZE100_I2C_ADDR  0x08
36
37 /* USB Configs */
38 #ifdef CONFIG_CMD_USB
39 #define CONFIG_MXC_USB_PORTSC           (PORT_PTS_UTMI | PORT_PTS_PTW)
40 #define CONFIG_MXC_USB_FLAGS            0
41 #endif
42
43 #endif                         /* __MX6SABRESD_CONFIG_H */