u-boot-brain/include/configs/hihope-rzg2.h
Biju Das b650c83825 arm: rmobile: Add HopeRun HiHope RZ/G2M board support
The HiHope RZ/G2M board from HopeRun consists of main board
(HopeRun HiHope RZ/G2M main board) and sub board(HopeRun
HiHope RZ/G2M sub board). The HiHope RZ/G2M sub board sits
below the HiHope RZ/G2M main board.

This patch adds the required board support to boot HopeRun HiHope
RZ/G2M board.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
2021-03-16 20:09:29 +01:00

21 lines
482 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* include/configs/hihope-rzg2.h
* This file is HOPERUN HiHope RZ/G2 board configuration.
*
* Copyright (C) 2020 Renesas Electronics Corporation
*/
#ifndef __HIHOPE_RZG2_H
#define __HIHOPE_RZG2_H
#include "rcar-gen3-common.h"
/* Ethernet RAVB */
#define CONFIG_BITBANGMII_MULTI
/* Generic Timer Definitions (use in assembler source) */
#define COUNTER_FREQUENCY 0xFE502A /* 16.66MHz from CPclk */
#endif /* __HIHOPE_RZG2_H */