eagle.h 585 B

123456789101112131415161718192021222324252627
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * include/configs/eagle.h
  4. * This file is Eagle board configuration.
  5. *
  6. * Copyright (C) 2015 Renesas Electronics Corporation
  7. */
  8. #ifndef __EAGLE_H
  9. #define __EAGLE_H
  10. #include "rcar-gen3-common.h"
  11. /* Ethernet RAVB */
  12. #define CONFIG_BITBANGMII
  13. #define CONFIG_BITBANGMII_MULTI
  14. /* Environment compatibility */
  15. /* Board Clock */
  16. /* XTAL_CLK : 33.33MHz */
  17. #define CONFIG_SYS_CLK_FREQ 33333333u
  18. /* Generic Timer Definitions (use in assembler source) */
  19. #define COUNTER_FREQUENCY 0xFE502A /* 16.66MHz from CPclk */
  20. #endif /* __EAGLE_H */