From bd91cbc460a3e11cf18b74494bf63d3829b3d9ea Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 7 Oct 2013 12:05:16 -0600 Subject: [PATCH] SAMA5: LCDC driver progress --- configs/sama5d3x-ek/include/board.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/configs/sama5d3x-ek/include/board.h b/configs/sama5d3x-ek/include/board.h index 5be5c19151d..62227d9574c 100644 --- a/configs/sama5d3x-ek/include/board.h +++ b/configs/sama5d3x-ek/include/board.h @@ -144,6 +144,18 @@ #define BUTTON_USER1_BIT (1 << BUTTON_USER1) +/* PIO configuration ****************************************************************/ +/* LCDC */ + +#define PIO_LCD_DAT16 PIO_LCD_DAT16_2 +#define PIO_LCD_DAT17 PIO_LCD_DAT17_2 +#define PIO_LCD_DAT18 PIO_LCD_DAT18_2 +#define PIO_LCD_DAT19 PIO_LCD_DAT19_2 +#define PIO_LCD_DAT20 PIO_LCD_DAT20_2 +#define PIO_LCD_DAT21 PIO_LCD_DAT21_2 +#define PIO_LCD_DAT22 PIO_LCD_DAT22_1 +#define PIO_LCD_DAT23 PIO_LCD_DAT23_1 + /************************************************************************************ * Assembly Language Macros ************************************************************************************/