From 7fd9380485d2a1844a2cb62fc614b9633a59bc01 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 12 Mar 2015 16:00:38 -0600 Subject: [PATCH] SAMV71: Quick'n'dirty port of the SAMA5 SSC driver to the SAM7. The IP is compatible but there are still some DMA- and Cache-related issues that need to be worked out. --- configs/samv71-xult/include/board.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configs/samv71-xult/include/board.h b/configs/samv71-xult/include/board.h index e4dbc7a759..c72bfcdc48 100644 --- a/configs/samv71-xult/include/board.h +++ b/configs/samv71-xult/include/board.h @@ -317,6 +317,14 @@ * There are no alternative pin selections for USART1. */ +/* SSC + * + * Alternative pin selections are available only for SSC0 TD. + * On the SAMV71-XULT board, PD26 supports the I2S TD function + */ + +#define GPIO_SSC0_TD GPIO_SSC0_TD_1 + /************************************************************************************ * Public Types ************************************************************************************/