Merge tag 'v2023.01-rc4' into next
[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 #define CONFIG_MXC_UART_BASE    UART1_BASE
12 #define CONSOLE_DEV             "ttymxc0"
13
14 #include "mx6sabre_common.h"
15
16 /* Falcon Mode */
17
18 /* Falcon Mode - MMC support: args@1MB kernel@2MB */
19
20 #define CFG_SYS_FSL_USDHC_NUM   3
21
22 #ifdef CONFIG_CMD_PCI
23 #define CONFIG_PCIE_IMX_PERST_GPIO      IMX_GPIO_NR(7, 12)
24 #define CONFIG_PCIE_IMX_POWER_GPIO      IMX_GPIO_NR(3, 19)
25 #endif
26
27 /* PMIC */
28 #define CONFIG_POWER_PFUZE100_I2C_ADDR  0x08
29
30 /* USB Configs */
31 #ifdef CONFIG_CMD_USB
32 #define CONFIG_MXC_USB_PORTSC           (PORT_PTS_UTMI | PORT_PTS_PTW)
33 #define CONFIG_MXC_USB_FLAGS            0
34 #endif
35
36 #endif                         /* __MX6SABRESD_CONFIG_H */