blob: 30d3b9d930740c978bf30a474bca7aee5d309e0f [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
Fabio Estevam66ca09f2014-05-09 13:15:42 -030027/* PMIC */
Tom Riniaa3efb62022-12-04 10:13:35 -050028#define CFG_POWER_PFUZE100_I2C_ADDR 0x08
Fabio Estevam66ca09f2014-05-09 13:15:42 -030029
Peng Fan5a3d63c2014-12-02 09:55:27 +080030/* USB Configs */
Peng Fan5a3d63c2014-12-02 09:55:27 +080031#ifdef CONFIG_CMD_USB
Tom Rinidd11fdc2022-12-04 10:04:56 -050032#define CFG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
33#define CFG_MXC_USB_FLAGS 0
Peng Fan5a3d63c2014-12-02 09:55:27 +080034#endif
35
Fabio Estevam258f76f2017-06-01 12:59:52 -030036#endif /* __MX6SABRESD_CONFIG_H */