summaryrefslogtreecommitdiff
path: root/firmware/export/s3c2440.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/s3c2440.h')
-rw-r--r--firmware/export/s3c2440.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/s3c2440.h b/firmware/export/s3c2440.h
index a7da64f688..2682660b45 100644
--- a/firmware/export/s3c2440.h
+++ b/firmware/export/s3c2440.h
@@ -550,4 +550,11 @@
550#define DRAM1 0x31000000 550#define DRAM1 0x31000000
551#define BOOTRAM 0x40000000 551#define BOOTRAM 0x40000000
552 552
553/* Timer frequency */
554
555/* timer is based on PCLK and minimum division is 2 */
556#define TIMER_FREQ (49156800/2)
557#define TIMER234_PRESCALE 21
558
559
553#endif /* __S3C2440_H__ */ 560#endif /* __S3C2440_H__ */