blob: 6f2a0cc56dce90b8930cc03138b607a6116c1562 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Marek Vasutbd390502017-07-21 23:15:21 +02002/*
3 * include/configs/ulcb.h
4 * This file is ULCB board configuration.
5 *
6 * Copyright (C) 2017 Renesas Electronics Corporation
Marek Vasutbd390502017-07-21 23:15:21 +02007 */
8
9#ifndef __ULCB_H
10#define __ULCB_H
11
Marek Vasutbd390502017-07-21 23:15:21 +020012#include "rcar-gen3-common.h"
13
Marek Vasutbd390502017-07-21 23:15:21 +020014/* Ethernet RAVB */
Marek Vasutbd390502017-07-21 23:15:21 +020015#define CONFIG_BITBANGMII
16#define CONFIG_BITBANGMII_MULTI
17
Marek Vasutbd390502017-07-21 23:15:21 +020018/* Generic Timer Definitions (use in assembler source) */
19#define COUNTER_FREQUENCY 0xFE502A /* 16.66MHz from CPclk */
20
Marek Vasutbd390502017-07-21 23:15:21 +020021/* Environment in eMMC, at the end of 2nd "boot sector" */
Marek Vasutbd390502017-07-21 23:15:21 +020022#define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE)
23#define CONFIG_SYS_MMC_ENV_DEV 1
24#define CONFIG_SYS_MMC_ENV_PART 2
25
Marek Vasutbd390502017-07-21 23:15:21 +020026#endif /* __ULCB_H */