blob: dd6b22de7bac4ad2fcc87eace4af580da480a26f [file] [log] [blame]
Chris Brandtba932bc2017-08-23 14:53:59 -05001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Configuration settings for the Renesas GRPEACH board
4 *
5 * Copyright (C) 2017-2019 Renesas Electronics
6 */
7
8#ifndef __GRPEACH_H
9#define __GRPEACH_H
10
11/* Board Clock , P1 clock frequency (XTAL=13.33MHz) */
Chris Brandtba932bc2017-08-23 14:53:59 -050012
Chris Brandtba932bc2017-08-23 14:53:59 -050013/* Miscellaneous */
Chris Brandtba932bc2017-08-23 14:53:59 -050014
15/* Internal RAM Size (RZ/A1=3M, RZ/A1M=5M, RZ/A1H=10M) */
Tom Riniaa6e94d2022-11-16 13:10:37 -050016#define CFG_SYS_SDRAM_BASE 0x20000000
17#define CFG_SYS_SDRAM_SIZE (10 * 1024 * 1024)
Chris Brandtba932bc2017-08-23 14:53:59 -050018
Chris Brandtba932bc2017-08-23 14:53:59 -050019/* Network interface */
20#define CONFIG_SH_ETHER_USE_PORT 0
21#define CONFIG_SH_ETHER_PHY_ADDR 0
22#define CONFIG_SH_ETHER_PHY_MODE PHY_INTERFACE_MODE_MII
23#define CONFIG_SH_ETHER_CACHE_WRITEBACK
24#define CONFIG_SH_ETHER_CACHE_INVALIDATE
25#define CONFIG_SH_ETHER_ALIGNE_SIZE 64
Chris Brandtba932bc2017-08-23 14:53:59 -050026
27#endif /* __GRPEACH_H */