[ARM] 5571/1: at91: Basic support for at91sam9g45 series: header files.
[deliverable/linux.git] / arch / arm / mach-at91 / include / mach / timex.h
index d84c9948becf5f64a730bee50a3d3c598470883d..38f6c4250c761f4b780b7df5b761092111362c06 100644 (file)
 #define AT91SAM9_MASTER_CLOCK  132096000
 #define CLOCK_TICK_RATE                (AT91SAM9_MASTER_CLOCK/16)
 
+#elif defined(CONFIG_ARCH_AT91SAM9G45)
+
+#define AT91SAM9_MASTER_CLOCK  133333333
+#define CLOCK_TICK_RATE                (AT91SAM9_MASTER_CLOCK/16)
+
 #elif defined(CONFIG_ARCH_AT91CAP9)
 
 #define AT91CAP9_MASTER_CLOCK  100000000
This page took 0.099391 seconds and 5 git commands to generate.