From a6c08e8d7014c0c10f8b1818155a59eca75a0e7b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 8 May 2019 13:01:07 +0200 Subject: bsp/lpc24xx: Support LPC24XX_EMC_SST39VF3201 pins --- bsps/arm/lpc24xx/start/start-config-pinsel.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'bsps/arm/lpc24xx') diff --git a/bsps/arm/lpc24xx/start/start-config-pinsel.c b/bsps/arm/lpc24xx/start/start-config-pinsel.c index cfd56124b6..7994a76c5c 100644 --- a/bsps/arm/lpc24xx/start/start-config-pinsel.c +++ b/bsps/arm/lpc24xx/start/start-config-pinsel.c @@ -7,10 +7,10 @@ */ /* - * Copyright (c) 2011-2012 embedded brains GmbH. All rights reserved. + * Copyright (c) 2011, 2019 embedded brains GmbH. All rights reserved. * * embedded brains GmbH - * Obere Lagerstr. 30 + * Dornierstr. 4 * 82178 Puchheim * Germany * @@ -25,8 +25,12 @@ BSP_START_DATA_SECTION const lpc24xx_pin_range lpc24xx_start_config_pinsel [] = { #if defined(LPC24XX_EMC_MT48LC4M16A2) \ - && defined(LPC24XX_EMC_M29W160E) + && (defined(LPC24XX_EMC_M29W160E) || defined(LPC24XX_EMC_SST39VF3201)) +#if defined(LPC24XX_EMC_M29W160E) LPC24XX_PIN_EMC_A_0_20, +#elif defined(LPC24XX_EMC_SST39VF3201) + LPC24XX_PIN_EMC_A_0_21, +#endif LPC24XX_PIN_EMC_D_0_15, LPC24XX_PIN_EMC_RAS, LPC24XX_PIN_EMC_CAS, -- cgit v1.2.3