|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/delay.h>#include <linux/err.h>#include <linux/clk.h>#include <linux/gpio.h>#include <linux/input.h>#include <linux/input/matrix_keypad.h>#include <linux/leds.h>#include <linux/interrupt.h>#include <linux/mtd/mtd.h>#include <linux/mtd/partitions.h>#include <linux/mtd/nand.h>#include <linux/spi/spi.h>#include <linux/spi/ads7846.h>#include <linux/i2c/twl.h>#include <linux/usb/otg.h>#include <linux/usb/nop-usb-xceiv.h>#include <linux/smsc911x.h>#include <linux/wl12xx.h>#include <linux/regulator/fixed.h>#include <linux/regulator/machine.h>#include <linux/mmc/host.h>#include <linux/export.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <asm/mach/map.h>#include <plat/usb.h>#include <linux/platform_data/mtd-nand-omap2.h>#include "common.h"#include <linux/platform_data/spi-omap2-mcspi.h>#include <video/omapdss.h>#include <video/omap-panel-tfp410.h>#include "mux.h"#include "sdram-micron-mt46h32m32lf-6.h"#include "hsmmc.h"#include "common-board-devices.h"Go to the source code of this file.
Macros | |
| #define | OMAP3_EVM_TS_GPIO 175 |
| #define | OMAP3_EVM_EHCI_VBUS 22 |
| #define | OMAP3_EVM_EHCI_SELECT 61 |
| #define | OMAP3EVM_ETHR_START 0x2c000000 |
| #define | OMAP3EVM_ETHR_SIZE 1024 |
| #define | OMAP3EVM_ETHR_ID_REV 0x50 |
| #define | OMAP3EVM_ETHR_GPIO_IRQ 176 |
| #define | OMAP3EVM_SMSC911X_CS 5 |
| #define | OMAP3EVM_GEN1_ETHR_GPIO_RST 64 |
| #define | OMAP3EVM_GEN2_ETHR_GPIO_RST 7 |
| #define | OMAP3EVM_LCD_PANEL_LR 2 |
| #define | OMAP3EVM_LCD_PANEL_UD 3 |
| #define | OMAP3EVM_LCD_PANEL_INI 152 |
| #define | OMAP3EVM_LCD_PANEL_ENVDD 153 |
| #define | OMAP3EVM_LCD_PANEL_QVGA 154 |
| #define | OMAP3EVM_LCD_PANEL_RESB 155 |
| #define | OMAP3EVM_LCD_PANEL_BKLIGHT_GPIO 210 |
| #define | OMAP3EVM_DVI_PANEL_EN_GPIO 199 |
| #define | omap35x_board_mux NULL |
| #define | omap36x_board_mux NULL |
Enumerations | |
| enum | { OMAP3EVM_BOARD_GEN_1 = 0, OMAP3EVM_BOARD_GEN_2 } |
Variables | |
| atag_offset = 0x100 | |
| reserve = omap_reserve | |
| map_io = omap3_map_io | |
| init_early = omap35xx_init_early | |
| init_irq = omap3_init_irq | |
| handle_irq = omap3_intc_handle_irq | |
| init_machine = omap3_evm_init | |
| init_late = omap35xx_init_late | |
| timer = &omap3_timer | |
| restart = omap_prcm_restart | |
| #define omap35x_board_mux NULL |
Definition at line 618 of file board-omap3evm.c.
| #define omap36x_board_mux NULL |
Definition at line 619 of file board-omap3evm.c.
| #define OMAP3_EVM_EHCI_SELECT 61 |
Definition at line 62 of file board-omap3evm.c.
| #define OMAP3_EVM_EHCI_VBUS 22 |
Definition at line 61 of file board-omap3evm.c.
| #define OMAP3_EVM_TS_GPIO 175 |
Definition at line 60 of file board-omap3evm.c.
| #define OMAP3EVM_DVI_PANEL_EN_GPIO 199 |
Definition at line 157 of file board-omap3evm.c.
| #define OMAP3EVM_ETHR_GPIO_IRQ 176 |
Definition at line 67 of file board-omap3evm.c.
| #define OMAP3EVM_ETHR_ID_REV 0x50 |
Definition at line 66 of file board-omap3evm.c.
| #define OMAP3EVM_ETHR_SIZE 1024 |
Definition at line 65 of file board-omap3evm.c.
| #define OMAP3EVM_ETHR_START 0x2c000000 |
Definition at line 64 of file board-omap3evm.c.
| #define OMAP3EVM_GEN1_ETHR_GPIO_RST 64 |
Definition at line 74 of file board-omap3evm.c.
| #define OMAP3EVM_GEN2_ETHR_GPIO_RST 7 |
Definition at line 75 of file board-omap3evm.c.
| #define OMAP3EVM_LCD_PANEL_BKLIGHT_GPIO 210 |
Definition at line 156 of file board-omap3evm.c.
| #define OMAP3EVM_LCD_PANEL_ENVDD 153 |
Definition at line 153 of file board-omap3evm.c.
| #define OMAP3EVM_LCD_PANEL_INI 152 |
Definition at line 152 of file board-omap3evm.c.
| #define OMAP3EVM_LCD_PANEL_LR 2 |
Definition at line 150 of file board-omap3evm.c.
| #define OMAP3EVM_LCD_PANEL_QVGA 154 |
Definition at line 154 of file board-omap3evm.c.
| #define OMAP3EVM_LCD_PANEL_RESB 155 |
Definition at line 155 of file board-omap3evm.c.
| #define OMAP3EVM_LCD_PANEL_UD 3 |
Definition at line 151 of file board-omap3evm.c.
| #define OMAP3EVM_SMSC911X_CS 5 |
Definition at line 68 of file board-omap3evm.c.
| anonymous enum |
Definition at line 84 of file board-omap3evm.c.
| atag_offset = 0x100 |
Definition at line 746 of file board-omap3evm.c.
| handle_irq = omap3_intc_handle_irq |
Definition at line 751 of file board-omap3evm.c.
| init_early = omap35xx_init_early |
Definition at line 749 of file board-omap3evm.c.
| init_irq = omap3_init_irq |
Definition at line 750 of file board-omap3evm.c.
| init_late = omap35xx_init_late |
Definition at line 753 of file board-omap3evm.c.
| init_machine = omap3_evm_init |
Definition at line 752 of file board-omap3evm.c.
| map_io = omap3_map_io |
Definition at line 748 of file board-omap3evm.c.
| reserve = omap_reserve |
Definition at line 747 of file board-omap3evm.c.
| restart = omap_prcm_restart |
Definition at line 755 of file board-omap3evm.c.
| timer = &omap3_timer |
Definition at line 754 of file board-omap3evm.c.
1.8.2