Path: blob/master/arch/arm/mach-h720x/include/mach/h7201-regs.h
17745 views
/*1* arch/arm/mach-h720x/include/mach/h7201-regs.h2*3* Copyright (C) 2000 Jungjun Kim, Hynix Semiconductor Inc.4* (C) 2003 Thomas Gleixner <[email protected]>5* (C) 2003 Robert Schwebel <[email protected]>6* (C) 2004 Sascha Hauer <[email protected]>7*8* This file contains the hardware definitions of the h720x processors9*10* This program is free software; you can redistribute it and/or modify11* it under the terms of the GNU General Public License version 2 as12* published by the Free Software Foundation.13*14* Do not add implementations specific defines here. This files contains15* only defines of the onchip peripherals. Add those defines to boards.h,16* which is included by this file.17*/1819#define SERIAL2_VIRT (IO_VIRT + 0x50100)20#define SERIAL3_VIRT (IO_VIRT + 0x50200)2122/*23* PCMCIA24*/25#define PCMCIA0_ATT_BASE 0xe500000026#define PCMCIA0_ATT_SIZE 0x0020000027#define PCMCIA0_ATT_START 0x2000000028#define PCMCIA0_MEM_BASE 0xe520000029#define PCMCIA0_MEM_SIZE 0x0020000030#define PCMCIA0_MEM_START 0x2400000031#define PCMCIA0_IO_BASE 0xe540000032#define PCMCIA0_IO_SIZE 0x0020000033#define PCMCIA0_IO_START 0x280000003435#define PCMCIA1_ATT_BASE 0xe560000036#define PCMCIA1_ATT_SIZE 0x0020000037#define PCMCIA1_ATT_START 0x3000000038#define PCMCIA1_MEM_BASE 0xe580000039#define PCMCIA1_MEM_SIZE 0x0020000040#define PCMCIA1_MEM_START 0x3400000041#define PCMCIA1_IO_BASE 0xe5a0000042#define PCMCIA1_IO_SIZE 0x0020000043#define PCMCIA1_IO_START 0x380000004445#define PRIME3C_BASE 0xf005000046#define PRIME3C_SIZE 0x0000100047#define PRIME3C_START 0x100000004849/* VGA Controller */50#define VGA_RAMBASE 0x5051#define VGA_TIMING0 0x6052#define VGA_TIMING1 0x6453#define VGA_TIMING2 0x6854#define VGA_TIMING3 0x6c5556#define LCD_CTRL_VGA_ENABLE 0x0000010057#define LCD_CTRL_VGA_BPP_MASK 0x0000060058#define LCD_CTRL_VGA_4BPP 0x0000000059#define LCD_CTRL_VGA_8BPP 0x0000020060#define LCD_CTRL_VGA_16BPP 0x0000030061#define LCD_CTRL_SHARE_DMA 0x0000080062#define LCD_CTRL_VDE 0x0010000063#define LCD_CTRL_LPE 0x00400000 /* LCD Power enable */64#define LCD_CTRL_BLE 0x00800000 /* LCD backlight enable */6566#define VGA_PALETTE_BASE (IO_VIRT + 0x10800)676869