ARM: renesas: Add R8A779A0 V3U Falcon board code
[platform/kernel/u-boot.git] / include / configs / falcon.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * include/configs/falcon.h
4  *     This file is Falcon board configuration.
5  *
6  * Copyright (C) 2020 Renesas Electronics Corp.
7  */
8
9 #ifndef __FALCON_H
10 #define __FALCON_H
11
12 #include "rcar-gen3-common.h"
13
14 /* Ethernet RAVB */
15 #define CONFIG_BITBANGMII
16 #define CONFIG_BITBANGMII_MULTI
17
18 /* Board Clock */
19 /* XTAL_CLK : 16.66MHz */
20 #define CONFIG_SYS_CLK_FREQ     16666666u
21
22 /* Generic Timer Definitions (use in assembler source) */
23 #define COUNTER_FREQUENCY       0xFE502A        /* 16.66MHz from CPclk */
24
25 #endif /* __FALCON_H */