summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/ea3131/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-12-29 17:03:22 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-12-29 17:03:22 +0000
commit989d11980ce1e678587065afff03b7506a9445c2 (patch)
tree0d63e356c935c3d2efd09a23c124c80654239743 /nuttx/configs/ea3131/include
parent6f4701b89f2ca19356f0416b4f621f15617edc66 (diff)
Move up_cgu.c to lpc313x_freqin.c
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2457 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/ea3131/include')
-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 0e988d6925..c3ce4451ae 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.