Merge tag 'tpm-030822' of https://source.denx.de/u-boot/custodians/u-boot-tpm
[platform/kernel/u-boot.git] / include / configs / kzm9g.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
4  * Copyright (C) 2012 Renesas Solutions Corp.
5  */
6
7 #ifndef __KZM9G_H
8 #define __KZM9G_H
9
10 #define CONFIG_SH73A0
11
12 #include <asm/arch/rmobile.h>
13
14 /* MEMORY */
15 #define KZM_SDRAM_BASE  (0x40000000)
16 #define PHYS_SDRAM              KZM_SDRAM_BASE
17 #define PHYS_SDRAM_SIZE         (512 * 1024 * 1024)
18
19 /* NOR Flash */
20 #define KZM_FLASH_BASE  (0x00000000)
21 #define CONFIG_SYS_FLASH_BASE           (KZM_FLASH_BASE)
22
23 /* prompt */
24 #define CONFIG_SYS_BAUDRATE_TABLE       { 115200 }
25
26 /* SCIF */
27
28 #undef  CONFIG_SYS_LOADS_BAUD_CHANGE
29
30 #define CONFIG_SYS_INIT_RAM_ADDR        (0xE5600000) /* on MERAM */
31 #define CONFIG_SYS_INIT_RAM_SIZE        (0x10000)
32 #define LOW_LEVEL_MERAM_STACK           (CONFIG_SYS_INIT_RAM_ADDR - 4)
33 #define CONFIG_SDRAM_OFFSET_FOR_RT      (16 * 1024 * 1024)
34 #define CONFIG_SYS_SDRAM_BASE   (KZM_SDRAM_BASE + CONFIG_SDRAM_OFFSET_FOR_RT)
35 #define CONFIG_SYS_SDRAM_SIZE   (PHYS_SDRAM_SIZE - CONFIG_SDRAM_OFFSET_FOR_RT)
36
37 #define CONFIG_SYS_BOOTMAPSZ    (8 * 1024 * 1024)
38
39 #define CONFIG_STANDALONE_LOAD_ADDR     0x41000000
40
41 /* FLASH */
42 #define FLASH_SECTOR_SIZE       (256 * 1024)    /* 256 KB sectors */
43
44 /* Timeout for Flash erase operations (in ms) */
45 /* Timeout for Flash write operations (in ms) */
46 /* Timeout for Flash set sector lock bit operations (in ms) */
47 /* Timeout for Flash clear lock bit operations (in ms) */
48
49 /* GPIO / PFC */
50 #define CONFIG_SH_GPIO_PFC
51
52 /* Clock */
53 #define CONFIG_GLOBAL_TIMER
54 #define CONFIG_SYS_CPU_CLK      (1196000000)
55 #define TMU_CLK_DIVIDER         (4)     /* 4 (default), 16, 64, 256 or 1024 */
56
57 #endif /* __KZM9G_H */