From 641b6fbe377c1c345ea4df206c2ad426344d2ddc Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 29 Dec 2009 17:03:22 +0000 Subject: Move up_cgu.c to lpc313x_freqin.c git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2457 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/ea3131/include/board.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'nuttx/configs/ea3131/include/board.h') diff --git a/nuttx/configs/ea3131/include/board.h b/nuttx/configs/ea3131/include/board.h index 0e988d692..c3ce4451a 100755 --- a/nuttx/configs/ea3131/include/board.h +++ b/nuttx/configs/ea3131/include/board.h @@ -52,9 +52,15 @@ ************************************************************************************/ /* Clocking *************************************************************************/ -/* Frequency of the installed crystal */ - -#define LPC313X_XTALIN (12000000) +/* Frequency of the all inputs */ + +#define BOARD_FREQIN_FFAST (12000000) /* ffast (12 MHz crystal) */ +#define BOARD_FREQIN_I2SRXBCK0 0 /* I2SRX_BCK0 */ +#define BOARD_FREQIN_I2SRXWS0 0 /* I2SRX_WS0 */ +#define BOARD_FREQIN_I2SRXBCK1 0 /* I2SRX_BCK1 */ +#define BOARD_FREQIN_I2SRXWS1 0 /* I2SRX_WS1 */ +#define BOARD_FREQIN_HPPLL0 0 /* HPPLL0 (Audio/I2S PLL)) */ +#define BOARD_FREQIN_HPPLL1 0 /* HPPLL1 (System PLL */ /* The following 3 bitsets determine which clocks will be enabled at initialization * time. -- cgit v1.2.3