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