blob: 50c8d1733838331bd83e885a1dd00fb6af8a9060 [file] [log] [blame]
Marek Vasut3ebb9192019-07-29 19:59:44 +02001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * include/configs/condor.h
4 * This file is Condor board configuration.
5 *
6 * Copyright (C) 2019 Renesas Electronics Corporation
7 */
8
9#ifndef __CONDOR_H
10#define __CONDOR_H
11
12#include "rcar-gen3-common.h"
13
Marek Vasut3ebb9192019-07-29 19:59:44 +020014/* Environment compatibility */
Marek Vasut3ebb9192019-07-29 19:59:44 +020015
16/* SH Ether */
Tom Rini97148cb2022-12-04 10:13:52 -050017#define CFG_SH_ETHER_USE_PORT 0
Tom Rini7c480ba2022-12-04 10:13:50 -050018#define CFG_SH_ETHER_PHY_ADDR 0x1
Tom Rini85b55112022-12-04 10:13:51 -050019#define CFG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_RMII
Tom Riniff53ecc2022-12-04 10:13:49 -050020#define CFG_SH_ETHER_CACHE_WRITEBACK
Tom Rinic253cea2022-12-04 10:13:48 -050021#define CFG_SH_ETHER_CACHE_INVALIDATE
Tom Rini24513c32022-12-04 10:13:47 -050022#define CFG_SH_ETHER_ALIGNE_SIZE 64
Marek Vasut3ebb9192019-07-29 19:59:44 +020023
24/* Board Clock */
25/* XTAL_CLK : 33.33MHz */
Marek Vasut3ebb9192019-07-29 19:59:44 +020026
Marek Vasut3ebb9192019-07-29 19:59:44 +020027#endif /* __CONDOR_H */