summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx/startup/start-config-pinsel.c
blob: 7cb3c3392522fee568961f1c560b6a1270136a92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/**
 * @file
 *
 * @ingroup lpc24xx
 *
 * @brief BSP start pin selection configuration.
 */

/*
 * Copyright (c) 2011 embedded brains GmbH.  All rights reserved.
 *
 *  embedded brains GmbH
 *  Obere Lagerstr. 30
 *  82178 Puchheim
 *  Germany
 *  <rtems@embedded-brains.de>
 *
 * The license and distribution terms for this file may be
 * found in the file LICENSE in this distribution or at
 * http://www.rtems.com/license/LICENSE.
 *
 * $Id$
 */

#include <bsp/start-config.h>

const BSP_START_DATA_SECTION uint32_t lpc24xx_start_config_pinsel_5_9 [] = {
#if defined(LPC24XX_EMC_MICRON) \
  || defined(LPC24XX_EMC_K4S561632E) \
  || defined(LPC24XX_EMC_NUMONYX)
  0x05010115,
  0x55555555,
  0x0,
  #ifdef LPC24XX_EMC_K4S561632E
    0x15555555,
    0x0a040000
  #else
    0x55555555,
    0x40050155
  #endif
#endif
};

const BSP_START_DATA_SECTION size_t
  lpc24xx_start_config_pinsel_5_9_size =
    sizeof(lpc24xx_start_config_pinsel_5_9);