1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * include/configs/falcon.h
4 * This file is Falcon board configuration.
6 * Copyright (C) 2020 Renesas Electronics Corp.
12 #include "rcar-gen3-common.h"
15 * Generic Interrupt Controller Definitions. Undefine v2 locations and define
21 #define GICD_BASE 0xF1000000
22 #define GICR_BASE 0xF1060000
25 #define CONFIG_BITBANGMII
26 #define CONFIG_BITBANGMII_MULTI
29 /* XTAL_CLK : 16.66MHz */
30 #define CONFIG_SYS_CLK_FREQ 16666666u
32 /* Generic Timer Definitions (use in assembler source) */
33 #define COUNTER_FREQUENCY 0xFE502A /* 16.66MHz from CPclk */
35 #endif /* __FALCON_H */