SAMA5D4-EK: Add PCK pin disambiguation
This commit is contained in:
parent
54986c41d8
commit
c413c03b6d
|
@ -227,7 +227,13 @@
|
|||
|
||||
#define BOARD_EBICS3_NAND_DATAADDR 0x60000000
|
||||
|
||||
/* PIO configuration ****************************************************************/
|
||||
/* Pin disambiguation ***************************************************************/
|
||||
|
||||
/* PCK0 is provided to the WM8904 audio CODEC via PB26 */
|
||||
|
||||
#ifdef CONFIG_AUDIO_WM8904
|
||||
# define PIO_PMC_PCK0 PIO_PMC_PCK0_1
|
||||
#endif
|
||||
|
||||
/************************************************************************************
|
||||
* Assembly Language Macros
|
||||
|
|
Loading…
Reference in New Issue