timer.c 481 B

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