blob: 844f10e4229f194812d35e5118d1a9304ae6c8cc [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Fabio Estevam7891e252012-09-13 03:18:20 +00002/*
3 * Copyright (C) 2012 Freescale Semiconductor, Inc.
4 *
5 * Configuration settings for the Freescale i.MX6Q SabreSD board.
Fabio Estevam7891e252012-09-13 03:18:20 +00006 */
7
Fabio Estevam258f76f2017-06-01 12:59:52 -03008#ifndef __MX6SABRESD_CONFIG_H
9#define __MX6SABRESD_CONFIG_H
Fabio Estevam7891e252012-09-13 03:18:20 +000010
Tom Rini4db38662022-12-04 10:04:55 -050011#define CFG_MXC_UART_BASE UART1_BASE
Simon Glass12ca05a2016-10-17 20:12:39 -060012#define CONSOLE_DEV "ttymxc0"
Fabio Estevam7891e252012-09-13 03:18:20 +000013
Pierre Aubertc1747972013-06-04 09:00:15 +020014#include "mx6sabre_common.h"
Otavio Salvador51535d92012-09-26 11:37:01 +000015
Diego Dortad96796c2016-10-11 11:09:27 -030016/* Falcon Mode */
Diego Dortad96796c2016-10-11 11:09:27 -030017
18/* Falcon Mode - MMC support: args@1MB kernel@2MB */
Diego Dortad96796c2016-10-11 11:09:27 -030019
Tom Rini6cc04542022-10-28 20:27:13 -040020#define CFG_SYS_FSL_USDHC_NUM 3
Shawn Guode7d02a2012-12-30 14:14:59 +000021
Marek Vasute919aa22014-03-23 22:45:41 +010022#ifdef CONFIG_CMD_PCI
Tom Rini7906f912022-12-04 10:13:25 -050023#define CFG_PCIE_IMX_PERST_GPIO IMX_GPIO_NR(7, 12)
Tom Rini52139622022-12-04 10:13:26 -050024#define CFG_PCIE_IMX_POWER_GPIO IMX_GPIO_NR(3, 19)
Marek Vasute919aa22014-03-23 22:45:41 +010025#endif
26
Peng Fan5a3d63c2014-12-02 09:55:27 +080027/* USB Configs */
Peng Fan5a3d63c2014-12-02 09:55:27 +080028#ifdef CONFIG_CMD_USB
Tom Rinidd11fdc2022-12-04 10:04:56 -050029#define CFG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
30#define CFG_MXC_USB_FLAGS 0
Peng Fan5a3d63c2014-12-02 09:55:27 +080031#endif
32
Fabio Estevam258f76f2017-06-01 12:59:52 -030033#endif /* __MX6SABRESD_CONFIG_H */