blob: 42fe057716769f5b17f87be76b2265d549b72efa [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Marek Vasutd21f08b2017-10-09 21:08:10 +02002/*
3 * include/configs/eagle.h
4 * This file is Eagle board configuration.
5 *
6 * Copyright (C) 2015 Renesas Electronics Corporation
Marek Vasutd21f08b2017-10-09 21:08:10 +02007 */
8
9#ifndef __EAGLE_H
10#define __EAGLE_H
11
Marek Vasutd21f08b2017-10-09 21:08:10 +020012#include "rcar-gen3-common.h"
13
Marek Vasut5e7f63d2018-02-13 21:34:03 +010014/* Environment compatibility */
Marek Vasut5e7f63d2018-02-13 21:34:03 +010015
Marek Vasutd21f08b2017-10-09 21:08:10 +020016/* Board Clock */
17/* XTAL_CLK : 33.33MHz */
Marek Vasutd21f08b2017-10-09 21:08:10 +020018
19/* Generic Timer Definitions (use in assembler source) */
20#define COUNTER_FREQUENCY 0xFE502A /* 16.66MHz from CPclk */
21
22#endif /* __EAGLE_H */