2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2016-03-31 18:51:36 +00:00
|
|
|
/*
|
|
|
|
* include/configs/salvator-x.h
|
|
|
|
* This file is Salvator-X board configuration.
|
|
|
|
*
|
|
|
|
* Copyright (C) 2015 Renesas Electronics Corporation
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __SALVATOR_X_H
|
|
|
|
#define __SALVATOR_X_H
|
|
|
|
|
|
|
|
#include "rcar-gen3-common.h"
|
|
|
|
|
2017-05-13 13:57:47 +00:00
|
|
|
/* Ethernet RAVB */
|
|
|
|
#define CONFIG_BITBANGMII_MULTI
|
|
|
|
|
2016-03-31 18:51:36 +00:00
|
|
|
/* Generic Timer Definitions (use in assembler source) */
|
|
|
|
#define COUNTER_FREQUENCY 0xFE502A /* 16.66MHz from CPclk */
|
|
|
|
|
2017-05-13 13:57:46 +00:00
|
|
|
/* Environment in eMMC, at the end of 2nd "boot sector" */
|
|
|
|
#define CONFIG_SYS_MMC_ENV_DEV 1
|
|
|
|
#define CONFIG_SYS_MMC_ENV_PART 2
|
|
|
|
|
2016-03-31 18:51:36 +00:00
|
|
|
#endif /* __SALVATOR_X_H */
|