summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131/include/board.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-29 17:03:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-29 17:03:22 +0000
commit641b6fbe377c1c345ea4df206c2ad426344d2ddc (patch)
tree0d63e356c935c3d2efd09a23c124c80654239743 /nuttx/configs/ea3131/include/board.h
parent0949253dfb5092f346e1af23617869f5b554fd0e (diff)
downloadpx4-nuttx-641b6fbe377c1c345ea4df206c2ad426344d2ddc.tar.gz
px4-nuttx-641b6fbe377c1c345ea4df206c2ad426344d2ddc.tar.bz2
px4-nuttx-641b6fbe377c1c345ea4df206c2ad426344d2ddc.zip
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
Diffstat (limited to 'nuttx/configs/ea3131/include/board.h')
-rwxr-xr-xnuttx/configs/ea3131/include/board.h12
1 files changed, 9 insertions, 3 deletions
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.