summaryrefslogtreecommitdiff
path: root/nuttx/configs/avr32dev1/include/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/avr32dev1/include/board.h')
-rwxr-xr-xnuttx/configs/avr32dev1/include/board.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/nuttx/configs/avr32dev1/include/board.h b/nuttx/configs/avr32dev1/include/board.h
index 636107198..8f38b2e4f 100755
--- a/nuttx/configs/avr32dev1/include/board.h
+++ b/nuttx/configs/avr32dev1/include/board.h
@@ -48,6 +48,20 @@
************************************************************************************/
/* Clocking *************************************************************************/
+/* #define AVR32_FRCOSC 15200 RCOsc frequency in Hz */
+
+#define AVR32_FOSC32 32768 /* Osc32 frequency in Hz */
+#define AVR32_OSC32STARTUP 3 /* Osc32 startup time in RCOsc periods */
+
+#define AVR32_FOSC0 12000000 /* Osc0 frequency in Hz */
+#define AVR32_OSC0STARTUP 3 /* Osc0 startup time in RCOsc periods.
+
+/* #define AVR32_FOSC1 12000000 Osc1 frequency: Hz.
+ * #define AVR32_OSC1STARTUP 3 Osc1 startup time in RCOsc periods.
+ */
+
+#define AVR32_CPU_CLOCK AVR32_FOSC0
+#define AVR32_PBA_CLOCK AVR32_FOSC0
/* LED definitions ******************************************************************/