blob: 09a15da4859d605080f45008453d1e3aa97726ef [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Kumar Gala4c882892009-02-05 20:40:57 -06002/*
3 * Copyright 2009 Freescale Semiconductor, Inc.
Kumar Gala4c882892009-02-05 20:40:57 -06004 */
5
6#ifndef _ASM_CONFIG_H_
7#define _ASM_CONFIG_H_
8
Marek Vasut41316702018-08-24 21:52:53 +02009#include <asm/processor.h>
10
11/* Timer */
12#define CONFIG_SYS_TIMER_COUNTS_DOWN
Marek Vasut20546972019-08-31 17:33:06 +020013#define CONFIG_SYS_TIMER_COUNTER (TMU_BASE + 0xc) /* TCNT0 */
Tom Rini8c70baa2021-12-14 13:36:40 -050014#define CONFIG_SYS_TIMER_RATE (get_board_sys_clk() / 4)
Marek Vasut41316702018-08-24 21:52:53 +020015
Kumar Gala4c882892009-02-05 20:40:57 -060016#endif