/* SPDX-License-Identifier: GPL-2.0+ */ | |
/* | |
* include/configs/falcon.h | |
* This file is Falcon board configuration. | |
* | |
* Copyright (C) 2020 Renesas Electronics Corp. | |
*/ | |
#ifndef __FALCON_H | |
#define __FALCON_H | |
#include "rcar-gen4-common.h" | |
/* Board Clock */ | |
/* XTAL_CLK : 16.66MHz */ | |
#endif /* __FALCON_H */ |