aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-ap4evb.c
diff options
context:
space:
mode:
authorKuninori Morimoto <morimoto.kuninori@renesas.com>2010-02-18 03:58:19 -0500
committerPaul Mundt <lethal@linux-sh.org>2010-02-18 04:24:17 -0500
commit02624a17896036c663fd5992c22919af8dad93ed (patch)
tree020cad981707bce697f43c671aaa24f4be3d2118 /arch/arm/mach-shmobile/board-ap4evb.c
parentb228b48e454007436a8e6ff1c6b6f4f6602fc45e (diff)
ARM: mach-shmobile: ap4evb: Add tiny document
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/board-ap4evb.c')
-rw-r--r--arch/arm/mach-shmobile/board-ap4evb.c42
1 files changed, 42 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
index 4fd9ec8735d6..41bc2487de4d 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -35,6 +35,48 @@
35#include <asm/mach/arch.h> 35#include <asm/mach/arch.h>
36#include <asm/mach/map.h> 36#include <asm/mach/map.h>
37 37
38/*
39 * Address Interface BusWidth note
40 * ------------------------------------------------------------------
41 * 0x0000_0000 NOR Flash ROM (MCP) 16bit SW7 : bit1 = ON
42 * 0x0800_0000 user area -
43 * 0x1000_0000 NOR Flash ROM (MCP) 16bit SW7 : bit1 = OFF
44 * 0x1400_0000 Ether (LAN9220) 16bit
45 * 0x1600_0000 user area - cannot use with NAND
46 * 0x1800_0000 user area -
47 * 0x1A00_0000 -
48 * 0x4000_0000 LPDDR2-SDRAM (POP) 32bit
49 */
50
51/*
52 * NOR Flash ROM
53 *
54 * SW1 | SW2 | SW7 | NOR Flash ROM
55 * bit1 | bit1 bit2 | bit1 | Memory allocation
56 * ------+------------+------+------------------
57 * OFF | ON OFF | ON | Area 0
58 * OFF | ON OFF | OFF | Area 4
59 */
60
61/*
62 * NAND Flash ROM
63 *
64 * SW1 | SW2 | SW7 | NAND Flash ROM
65 * bit1 | bit1 bit2 | bit2 | Memory allocation
66 * ------+------------+------+------------------
67 * OFF | ON OFF | ON | FCE 0
68 * OFF | ON OFF | OFF | FCE 1
69 */
70
71/*
72 * SMSC 9220
73 *
74 * SW1 SMSC 9220
75 * -----------------------
76 * ON access disable
77 * OFF access enable
78 */
79
38/* MTD */ 80/* MTD */
39static struct mtd_partition nor_flash_partitions[] = { 81static struct mtd_partition nor_flash_partitions[] = {
40 { 82 {