blob: e006ad280b454d5a1484995a001c9f02f8ba46ee [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_MULTI
16
Marek Vasutbd390502017-07-21 23:15:21 +020017/* Generic Timer Definitions (use in assembler source) */
18#define COUNTER_FREQUENCY 0xFE502A /* 16.66MHz from CPclk */
19
Marek Vasutbd390502017-07-21 23:15:21 +020020/* Environment in eMMC, at the end of 2nd "boot sector" */
Marek Vasutbd390502017-07-21 23:15:21 +020021#define CONFIG_SYS_MMC_ENV_DEV 1
22#define CONFIG_SYS_MMC_ENV_PART 2
23
Marek Vasutbd390502017-07-21 23:15:21 +020024#endif /* __ULCB_H */