LPC43 board.h files: Settings needed in lpc43_cpu.c

This commit is contained in:
Gregory Nutt 2015-09-10 08:15:21 -06:00
parent c74b86c45e
commit f0a79f0a74
2 changed files with 14 additions and 0 deletions

View File

@ -151,6 +151,13 @@
#define LPC43_CCLK BOARD_FCLKOUT_FREQUENCY
/* USB0 ********************************************************************/
/* Settings needed in lpc43_cpu.c */
#define BOARD_USB0_CTL 0x0600081d
#define BOARD_USB0_MDIV 0x06167ffa /* Table 149 datsheet */
#define BOARD_USB0_NP_DIV 0x00302062 /* Table 149 datsheet */
/* SPIFI clocking **********************************************************/
/* The SPIFI will receive clocking from a divider per the settings provided
* in this file. The NuttX code will configure PLL1 as the input clock

View File

@ -150,6 +150,13 @@
#define LPC43_CCLK BOARD_FCLKOUT_FREQUENCY
/* USB0 ********************************************************************/
/* Settings needed in lpc43_cpu.c */
#define BOARD_USB0_CTL 0x0600081d
#define BOARD_USB0_MDIV 0x06167ffa /* Table 149 datsheet */
#define BOARD_USB0_NP_DIV 0x00302062 /* Table 149 datsheet */
/* SPIFI clocking **********************************************************/
/* The SPIFI will receive clocking from a divider per the settings provided
* in this file. The NuttX code will configure PLL1 as the input clock