xref: /rk3399_rockchip-uboot/arch/nds32/cpu/n1213/ae3xx/timer.c (revision c2774e6149a6bedb0941deefec84665119e685a4)
1*b841b6e9Srick /*
2*b841b6e9Srick  * (C) Copyright 2009 Faraday Technology
3*b841b6e9Srick  * Po-Yu Chuang <ratbert@faraday-tech.com>
4*b841b6e9Srick  *
5*b841b6e9Srick  * Copyright (C) 2011 Andes Technology Corporation
6*b841b6e9Srick  * Shawn Lin, Andes Technology Corporation <nobuhiro@andestech.com>
7*b841b6e9Srick  * Macpaul Lin, Andes Technology Corporation <macpaul@andestech.com>
8*b841b6e9Srick  *
9*b841b6e9Srick  * SPDX-License-Identifier:	GPL-2.0+
10*b841b6e9Srick  */
11*b841b6e9Srick #ifndef CONFIG_TIMER
12*b841b6e9Srick #include <common.h>
13*b841b6e9Srick #include <asm/io.h>
14*b841b6e9Srick #include <faraday/fttmr010.h>
15*b841b6e9Srick #error "AE3XX timer only support DM flow"
16*b841b6e9Srick #endif /* CONFIG_TIMER */
17