mx53smd.h (50cd93b25033764dcda9bb47aa68be778f94d36e) mx53smd.h (de6f604de245b19ce2e330bc63b6522af134d7ae)
1/*
2 * Copyright (C) 2011 Freescale Semiconductor, Inc.
3 *
4 * Configuration settings for the MX53SMD Freescale board.
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; either version 2 of

--- 36 unchanged lines hidden (view full) ---

45
46#define CONFIG_MXC_UART
47#define CONFIG_MXC_UART_BASE UART1_BASE
48
49/* I2C Configs */
50#define CONFIG_CMD_I2C
51#define CONFIG_HARD_I2C
52#define CONFIG_I2C_MXC
1/*
2 * Copyright (C) 2011 Freescale Semiconductor, Inc.
3 *
4 * Configuration settings for the MX53SMD Freescale board.
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; either version 2 of

--- 36 unchanged lines hidden (view full) ---

45
46#define CONFIG_MXC_UART
47#define CONFIG_MXC_UART_BASE UART1_BASE
48
49/* I2C Configs */
50#define CONFIG_CMD_I2C
51#define CONFIG_HARD_I2C
52#define CONFIG_I2C_MXC
53#define CONFIG_SYS_I2C_MX53_PORT2
53#define CONFIG_SYS_I2C_BASE I2C2_BASE_ADDR
54#define CONFIG_SYS_I2C_SPEED 100000
55
56/* MMC Configs */
57#define CONFIG_FSL_ESDHC
58#define CONFIG_SYS_FSL_ESDHC_ADDR 0
59#define CONFIG_SYS_FSL_ESDHC_NUM 1
60
61#define CONFIG_MMC

--- 125 unchanged lines hidden ---
54#define CONFIG_SYS_I2C_SPEED 100000
55
56/* MMC Configs */
57#define CONFIG_FSL_ESDHC
58#define CONFIG_SYS_FSL_ESDHC_ADDR 0
59#define CONFIG_SYS_FSL_ESDHC_NUM 1
60
61#define CONFIG_MMC

--- 125 unchanged lines hidden ---