diff --git a/configs/lpc4330-xplorer/include/board.h b/configs/lpc4330-xplorer/include/board.h index b2074204573..c13272549a9 100644 --- a/configs/lpc4330-xplorer/include/board.h +++ b/configs/lpc4330-xplorer/include/board.h @@ -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 diff --git a/configs/lpc4357-evb/include/board.h b/configs/lpc4357-evb/include/board.h index c396b0c71a1..10e589f0d70 100644 --- a/configs/lpc4357-evb/include/board.h +++ b/configs/lpc4357-evb/include/board.h @@ -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