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 
9 #ifndef __EAGLE_H
10 #define __EAGLE_H
11 
12 #include "rcar-gen3-common.h"
13 
14 /* Environment compatibility */
15 
16 /* Board Clock */
17 /* XTAL_CLK : 33.33MHz */
18 
19 #endif /* __EAGLE_H */
20