Linux Kernel
3.7.1
|
#include <linux/gpio.h>
#include <linux/types.h>
#include <linux/init.h>
#include <linux/major.h>
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <linux/errno.h>
#include <linux/workqueue.h>
#include <linux/i2c.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/nand.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/physmap.h>
#include <linux/input.h>
#include <linux/spi/spi.h>
#include <linux/i2c/tps65010.h>
#include <linux/smc91x.h>
#include <linux/omapfb.h>
#include <linux/platform_data/gpio-omap.h>
#include <linux/leds.h>
#include <asm/setup.h>
#include <asm/page.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include <mach/mux.h>
#include <plat/tc.h>
#include <linux/platform_data/keypad-omap.h>
#include <plat/dma.h>
#include <mach/flash.h>
#include <mach/hardware.h>
#include <mach/irqs.h>
#include <mach/usb.h>
#include "common.h"
#include "board-h3.h"
Go to the source code of this file.
Macros | |
#define | OMAP1710_ETHR_START 0x04000300 |
#define | H3_TS_GPIO 48 |
#define | H3_NAND_RB_GPIO_PIN 10 |
#define | GPTIMER_BASE 0xFFFB1400 |
#define | GPTIMER_REGS(x) (0xFFFB1400 + (x * 0x800)) |
#define | GPTIMER_REGS_SIZE 0x46 |
Variables | |
atag_offset = 0x100 | |
map_io = omap16xx_map_io | |
init_early = omap1_init_early | |
reserve = omap_reserve | |
init_irq = omap1_init_irq | |
init_machine = h3_init | |
init_late = omap1_init_late | |
timer = &omap1_timer | |
restart = omap1_restart | |
#define GPTIMER_BASE 0xFFFB1400 |
Definition at line 258 of file board-h3.c.
#define GPTIMER_REGS | ( | x | ) | (0xFFFB1400 + (x * 0x800)) |
Definition at line 259 of file board-h3.c.
#define GPTIMER_REGS_SIZE 0x46 |
Definition at line 260 of file board-h3.c.
#define H3_NAND_RB_GPIO_PIN 10 |
Definition at line 186 of file board-h3.c.
#define H3_TS_GPIO 48 |
Definition at line 59 of file board-h3.c.
#define OMAP1710_ETHR_START 0x04000300 |
Definition at line 57 of file board-h3.c.
atag_offset = 0x100 |
Definition at line 452 of file board-h3.c.
init_early = omap1_init_early |
Definition at line 454 of file board-h3.c.
init_irq = omap1_init_irq |
Definition at line 456 of file board-h3.c.
init_late = omap1_init_late |
Definition at line 458 of file board-h3.c.
init_machine = h3_init |
Definition at line 457 of file board-h3.c.
map_io = omap16xx_map_io |
Definition at line 453 of file board-h3.c.
reserve = omap_reserve |
Definition at line 455 of file board-h3.c.
restart = omap1_restart |
Definition at line 460 of file board-h3.c.
timer = &omap1_timer |
Definition at line 459 of file board-h3.c.