silinux-ek874.h 489 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * include/configs/silinux-ek874.h
  4. * This file is Silicon Linux EK874 board configuration.
  5. *
  6. * Copyright (C) 2021 Renesas Electronics Corporation
  7. */
  8. #ifndef __SILINUX_EK874_H
  9. #define __SILINUX_EK874_H
  10. #include "rcar-gen3-common.h"
  11. /* Ethernet RAVB */
  12. #define CONFIG_BITBANGMII_MULTI
  13. /* Generic Timer Definitions (use in assembler source) */
  14. #define COUNTER_FREQUENCY 0xFE502A /* 16.66MHz from CPclk */
  15. #endif /* __SILINUX_EK874_H */