Skip to content
Snippets Groups Projects
Commit f24072a9 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

SAM3X/Arduino Due: Fix typo in sam3x_periphclks.h; add SCLK definitions to...

SAM3X/Arduino Due: Fix typo in sam3x_periphclks.h; add SCLK definitions to board.h header file.  From Fabien Comte
parent e57d2e54
No related branches found
No related tags found
No related merge requests found
......@@ -60,14 +60,14 @@
* definitions will configure clocking with MCK = 120MHz, PLLA = 240, and CPU=120MHz.
*/
/* Main oscillator register settings */
#define BOARD_CKGR_MOR_MOSCXTST (63 << PMC_CKGR_MOR_MOSCXTST_SHIFT) /* Start-up Time */
#define BOARD_32KOSC_FREQUENCY (32768)
#define BOARD_SCLK_FREQUENCY (BOARD_32KOSC_FREQUENCY)
#define BOARD_MAINOSC_FREQUENCY (12000000)
/* Main oscillator register settings */
#define BOARD_CKGR_MOR_MOSCXTST (63 << PMC_CKGR_MOR_MOSCXTST_SHIFT) /* Start-up Time */
#ifdef CONFIG_SAM34_UDP
/* PLLA configuration:
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment