|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/mtd/mtd.h>#include <linux/mtd/partitions.h>#include <linux/mtd/onenand.h>#include <linux/delay.h>#include <linux/leds.h>#include <linux/err.h>#include <linux/clk.h>#include <linux/smc91x.h>#include <linux/gpio.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <asm/mach/flash.h>#include <plat/led.h>#include "common.h"#include <plat/gpmc.h>#include <video/omapdss.h>#include <video/omap-panel-generic-dpi.h>#include "mux.h"#include "control.h"Go to the source code of this file.
Macros | |
| #define | LED0_GPIO13 13 |
| #define | LED1_GPIO14 14 |
| #define | LED2_GPIO15 15 |
| #define | SW_ENTER_GPIO16 16 |
| #define | SW_UP_GPIO17 17 |
| #define | SW_DOWN_GPIO58 58 |
| #define | APOLLON_FLASH_CS 0 |
| #define | APOLLON_ETH_CS 1 |
| #define | APOLLON_ETHR_GPIO_IRQ 74 |
Variables | |
| atag_offset = 0x100 | |
| reserve = omap_reserve | |
| map_io = omap242x_map_io | |
| init_early = omap2420_init_early | |
| init_irq = omap2_init_irq | |
| handle_irq = omap2_intc_handle_irq | |
| init_machine = omap_apollon_init | |
| init_late = omap2420_init_late | |
| timer = &omap2_timer | |
| restart = omap_prcm_restart | |
| #define APOLLON_ETH_CS 1 |
Definition at line 55 of file board-apollon.c.
| #define APOLLON_ETHR_GPIO_IRQ 74 |
Definition at line 56 of file board-apollon.c.
| #define APOLLON_FLASH_CS 0 |
Definition at line 54 of file board-apollon.c.
| #define LED0_GPIO13 13 |
Definition at line 47 of file board-apollon.c.
| #define LED1_GPIO14 14 |
Definition at line 48 of file board-apollon.c.
| #define LED2_GPIO15 15 |
Definition at line 49 of file board-apollon.c.
| #define SW_DOWN_GPIO58 58 |
Definition at line 52 of file board-apollon.c.
| #define SW_ENTER_GPIO16 16 |
Definition at line 50 of file board-apollon.c.
| #define SW_UP_GPIO17 17 |
Definition at line 51 of file board-apollon.c.
| atag_offset = 0x100 |
Definition at line 332 of file board-apollon.c.
| handle_irq = omap2_intc_handle_irq |
Definition at line 337 of file board-apollon.c.
| init_early = omap2420_init_early |
Definition at line 335 of file board-apollon.c.
| init_irq = omap2_init_irq |
Definition at line 336 of file board-apollon.c.
| init_late = omap2420_init_late |
Definition at line 339 of file board-apollon.c.
| init_machine = omap_apollon_init |
Definition at line 338 of file board-apollon.c.
| map_io = omap242x_map_io |
Definition at line 334 of file board-apollon.c.
| reserve = omap_reserve |
Definition at line 333 of file board-apollon.c.
| restart = omap_prcm_restart |
Definition at line 341 of file board-apollon.c.
| timer = &omap2_timer |
Definition at line 340 of file board-apollon.c.
1.8.2