blob: 23cc7675fdc0762fe639507549fb3585d2b57a65 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
rickf1113c92017-05-18 14:37:53 +08002/*
3 * (C) Copyright 2009 Faraday Technology
4 * Po-Yu Chuang <ratbert@faraday-tech.com>
5 *
6 * Copyright (C) 2011 Andes Technology Corporation
7 * Shawn Lin, Andes Technology Corporation <nobuhiro@andestech.com>
8 * Macpaul Lin, Andes Technology Corporation <macpaul@andestech.com>
rickf1113c92017-05-18 14:37:53 +08009 */
10#ifndef CONFIG_TIMER
11#include <common.h>
12#include <asm/io.h>
13#include <faraday/fttmr010.h>
14#error "AE3XX timer only support DM flow"
15#endif /* CONFIG_TIMER */