blob: 15fb62722874c95a5723ce950f3ee8d9e8c45736 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Marek Vasutad43cd32017-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 Vasutad43cd32017-07-21 23:15:21 +02007 */
8
9#ifndef __ULCB_H
10#define __ULCB_H
11
Marek Vasutad43cd32017-07-21 23:15:21 +020012#include "rcar-gen3-common.h"
13
Marek Vasutad43cd32017-07-21 23:15:21 +020014/* Ethernet RAVB */
Marek Vasutad43cd32017-07-21 23:15:21 +020015#define CONFIG_BITBANGMII_MULTI
16
Marek Vasutad43cd32017-07-21 23:15:21 +020017/* Generic Timer Definitions (use in assembler source) */
18#define COUNTER_FREQUENCY 0xFE502A /* 16.66MHz from CPclk */
19
Marek Vasutad43cd32017-07-21 23:15:21 +020020/* Environment in eMMC, at the end of 2nd "boot sector" */
Marek Vasutad43cd32017-07-21 23:15:21 +020021
Marek Vasutad43cd32017-07-21 23:15:21 +020022#endif /* __ULCB_H */