#include <linux/init.h>
#include <linux/clk.h>
#include <linux/serial_8250.h>
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>
#include <linux/spi/spi.h>
#include <asm/mach/map.h>
#include <mach/cputype.h>
#include <mach/edma.h>
#include <mach/psc.h>
#include <mach/mux.h>
#include <mach/irqs.h>
#include <mach/time.h>
#include <mach/serial.h>
#include <mach/common.h>
#include <linux/platform_data/keyscan-davinci.h>
#include <linux/platform_data/spi-davinci.h>
#include <mach/gpio-davinci.h>
#include "davinci.h"
#include "clock.h"
#include "mux.h"
#include "asp.h"
Go to the source code of this file.
#define DAVINCI_DM365_VC_BASE 0x01d0c000 |
#define DAVINCI_DMA_VC_RX 3 |
#define DAVINCI_DMA_VC_TX 2 |
#define DM365_EMAC_BASE 0x01d07000 |
#define DM365_EMAC_CNTRL_MOD_OFFSET 0x3000 |
#define DM365_EMAC_CNTRL_OFFSET 0x0000 |
#define DM365_EMAC_CNTRL_RAM_OFFSET 0x1000 |
#define DM365_EMAC_CNTRL_RAM_SIZE 0x2000 |
#define DM365_KEYSCAN_BASE 0x01c69400 |
#define DM365_REF_FREQ 24000000 /* 24 MHz on the DM365 EVM */ |
#define DM365_RTC_BASE 0x01c69000 |
#define DM365_UART1_BASE (IO_PHYS + 0x106000) |
void dm365_set_vpfe_config |
( |
struct vpfe_config * |
cfg | ) |
|
postcore_initcall |
( |
dm365_init_devices |
| ) |
|