]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-kirkwood/include/mach/config.h
arm: mvebu/kirkwood: Use common timer functions
[u-boot] / arch / arm / mach-kirkwood / include / mach / config.h
index d04939503635d9eb0795344646ecf4b986e39d4a..0c4309ff0078aea57302f0784d9c549f29ec3446 100644 (file)
 #define CONFIG_SYS_I2C_SPEED           100000
 #endif
 
+/* Use common timer */
+#define CONFIG_SYS_TIMER_COUNTS_DOWN
+#define CONFIG_SYS_TIMER_COUNTER       (MVEBU_TIMER_BASE + 0x14)
+#define CONFIG_SYS_TIMER_RATE          CONFIG_SYS_TCLK
+
 #endif /* _KW_CONFIG_H */