Add default clock frequency.
[bertos.git] / bertos / cpu / arm / info / at91sam7.common
index 8122e5ccdc2b91f61110e889c351372c6674e5d0..b4e01fc6545b767c4e19d350b257860354a47da8 100644 (file)
@@ -57,6 +57,9 @@ CORE_CPU = "arm7tdmi"
 # Name of the flag used by the build system to pass to the compiler the CPU type.
 CPU_FLAG_NAME = "CPU"
 
+# CPU default clock frequency
+CPU_DEFAULT_FREQ = "48023000UL"
+
 # Where are locate the bertos directories
 SCRIPT_DIR = CPU_DIR + "arm/scripts/"
 HW_DIR = CPU_DIR + "arm/hw/"