]>
Commit | Line | Data |
---|---|---|
83d290c5 | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
47d41cc3 KG |
2 | /* |
3 | * Copyright 2009 Freescale Semiconductor, Inc. | |
47d41cc3 KG |
4 | */ |
5 | ||
6 | #ifndef _ASM_CONFIG_H_ | |
7 | #define _ASM_CONFIG_H_ | |
8 | ||
0e286c52 MV |
9 | #include <asm/processor.h> |
10 | ||
11 | /* Timer */ | |
67567620 | 12 | #define CONFIG_SYS_TIMER_COUNTER (TMU_BASE + 0xc) /* TCNT0 */ |
2f8a6db5 | 13 | #define CONFIG_SYS_TIMER_RATE (get_board_sys_clk() / 4) |
0e286c52 | 14 | |
47d41cc3 | 15 | #endif |