2019-07-29 17:59:44 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
|
|
/*
|
|
|
|
* include/configs/condor.h
|
|
|
|
* This file is Condor board configuration.
|
|
|
|
*
|
|
|
|
* Copyright (C) 2019 Renesas Electronics Corporation
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONDOR_H
|
|
|
|
#define __CONDOR_H
|
|
|
|
|
|
|
|
#include "rcar-gen3-common.h"
|
|
|
|
|
|
|
|
/* Environment compatibility */
|
|
|
|
|
|
|
|
/* SH Ether */
|
2022-12-04 15:13:52 +00:00
|
|
|
#define CFG_SH_ETHER_USE_PORT 0
|
2022-12-04 15:13:50 +00:00
|
|
|
#define CFG_SH_ETHER_PHY_ADDR 0x1
|
2022-12-04 15:13:51 +00:00
|
|
|
#define CFG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_RMII
|
2022-12-04 15:13:49 +00:00
|
|
|
#define CFG_SH_ETHER_CACHE_WRITEBACK
|
2022-12-04 15:13:48 +00:00
|
|
|
#define CFG_SH_ETHER_CACHE_INVALIDATE
|
2022-12-04 15:13:47 +00:00
|
|
|
#define CFG_SH_ETHER_ALIGNE_SIZE 64
|
2019-07-29 17:59:44 +00:00
|
|
|
|
|
|
|
/* Board Clock */
|
|
|
|
/* XTAL_CLK : 33.33MHz */
|
|
|
|
|
|
|
|
#endif /* __CONDOR_H */
|