|
Linux Kernel
3.7.1
|
#include <linux/gpio.h>#include <linux/kernel.h>#include <linux/platform_device.h>#include <linux/delay.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/i2c/tps65010.h>#include <linux/smc91x.h>#include <linux/omapfb.h>#include <linux/platform_data/gpio-omap.h>#include <linux/leds.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <asm/mach/map.h>#include <mach/mux.h>#include <plat/dma.h>#include <plat/tc.h>#include <mach/irda.h>#include <linux/platform_data/keypad-omap.h>#include <mach/flash.h>#include <mach/hardware.h>#include <mach/usb.h>#include "common.h"#include "board-h2.h"Go to the source code of this file.
Macros | |
| #define | OMAP1610_ETHR_START 0x04000300 |
| #define | H2_NAND_RB_GPIO_PIN 62 |
| #define | H2_IRDA_FIRSEL_GPIO_PIN 17 |
Variables | |
| atag_offset = 0x100 | |
| map_io = omap16xx_map_io | |
| init_early = omap1_init_early | |
| reserve = omap_reserve | |
| init_irq = omap1_init_irq | |
| init_machine = h2_init | |
| init_late = omap1_init_late | |
| timer = &omap1_timer | |
| restart = omap1_restart | |
| #define H2_IRDA_FIRSEL_GPIO_PIN 17 |
Definition at line 278 of file board-h2.c.
| #define H2_NAND_RB_GPIO_PIN 62 |
Definition at line 184 of file board-h2.c.
| #define OMAP1610_ETHR_START 0x04000300 |
Definition at line 55 of file board-h2.c.
| atag_offset = 0x100 |
Definition at line 458 of file board-h2.c.
| init_early = omap1_init_early |
Definition at line 460 of file board-h2.c.
| init_irq = omap1_init_irq |
Definition at line 462 of file board-h2.c.
| init_late = omap1_init_late |
Definition at line 464 of file board-h2.c.
| init_machine = h2_init |
Definition at line 463 of file board-h2.c.
| map_io = omap16xx_map_io |
Definition at line 459 of file board-h2.c.
| reserve = omap_reserve |
Definition at line 461 of file board-h2.c.
| restart = omap1_restart |
Definition at line 466 of file board-h2.c.
| timer = &omap1_timer |
Definition at line 465 of file board-h2.c.
1.8.2