mx53evk.h (50cd93b25033764dcda9bb47aa68be778f94d36e) mx53evk.h (de6f604de245b19ce2e330bc63b6522af134d7ae)
1/*
2 * Copyright (C) 2010 Freescale Semiconductor, Inc.
3 *
4 * Configuration settings for the MX53-EVK 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

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

48
49#define CONFIG_MXC_UART
50#define CONFIG_MXC_UART_BASE UART1_BASE
51
52/* I2C Configs */
53#define CONFIG_CMD_I2C
54#define CONFIG_HARD_I2C
55#define CONFIG_I2C_MXC
1/*
2 * Copyright (C) 2010 Freescale Semiconductor, Inc.
3 *
4 * Configuration settings for the MX53-EVK 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

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

48
49#define CONFIG_MXC_UART
50#define CONFIG_MXC_UART_BASE UART1_BASE
51
52/* I2C Configs */
53#define CONFIG_CMD_I2C
54#define CONFIG_HARD_I2C
55#define CONFIG_I2C_MXC
56#define CONFIG_SYS_I2C_MX53_PORT2 1
56#define CONFIG_SYS_I2C_BASE I2C2_BASE_ADDR
57#define CONFIG_SYS_I2C_SPEED 100000
58
59/* PMIC Configs */
60#define CONFIG_PMIC
61#define CONFIG_PMIC_I2C
62#define CONFIG_PMIC_FSL
63#define CONFIG_SYS_FSL_PMIC_I2C_ADDR 8
64#define CONFIG_RTC_MC13XXX

--- 129 unchanged lines hidden ---
57#define CONFIG_SYS_I2C_SPEED 100000
58
59/* PMIC Configs */
60#define CONFIG_PMIC
61#define CONFIG_PMIC_I2C
62#define CONFIG_PMIC_FSL
63#define CONFIG_SYS_FSL_PMIC_I2C_ADDR 8
64#define CONFIG_RTC_MC13XXX

--- 129 unchanged lines hidden ---