blob: 406156dff51d612ba30d43a68b2c0e12ed33085e [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 */
Marek Vasut41316702018-08-24 21:52:53 +020014#define CONFIG_SYS_TIMER_RATE (CONFIG_SYS_CLK_FREQ / 4)
Marek Vasut41316702018-08-24 21:52:53 +020015
Kumar Gala4c882892009-02-05 20:40:57 -060016#endif