blob: e56d135abef2cbabd93acdf8a3cb1104ebc7d3a0 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Nobuhiro Iwamatsu6b165de2008-06-06 16:24:13 +09002/*
3 * Copyright (C) 2008 Renesas Solutions Corp.
4 * Copyright (C) 2007,2008 Nobuhiro Iwamatsu
Nobuhiro Iwamatsu6b165de2008-06-06 16:24:13 +09005 */
6#ifndef _ASM_CPU_SH7763_H_
7#define _ASM_CPU_SH7763_H_
8
9/* CACHE */
10#define CACHE_OC_NUM_WAYS 1
11#define CCR 0xFF00001C
12#define CCR_CACHE_INIT 0x0000090b
13
14/* SCIF */
15/* SCIF0 */
16#define SCIF0_BASE SCSMR0
17#define SCSMR0 0xFFE00000
18
19/* SCIF1 */
20#define SCIF1_BASE SCSMR1
21#define SCSMR1 0xFFE08000
22
23/* SCIF2 */
24#define SCIF2_BASE SCSMR2
25#define SCSMR2 0xFFE10000
26
27/* Watchdog Timer */
28#define WTCNT WDTST
29#define WDTST 0xFFCC0000
30
31/* TMU */
Nobuhiro Iwamatsue763f1a2012-08-21 13:14:46 +090032#define TMU_BASE 0xFFD80000
Nobuhiro Iwamatsu6b165de2008-06-06 16:24:13 +090033
34#endif /* _ASM_CPU_SH7763_H_ */