#include <linux/init.h>
#include <linux/clk.h>
#include <linux/serial_8250.h>
#include <linux/platform_device.h>
#include <asm/mach/map.h>
#include <mach/cputype.h>
#include <mach/edma.h>
#include <mach/irqs.h>
#include <mach/psc.h>
#include <mach/mux.h>
#include <mach/time.h>
#include <mach/serial.h>
#include <mach/common.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 DM644X_EMAC_BASE 0x01c80000 |
#define DM644X_EMAC_CNTRL_MOD_OFFSET 0x1000 |
#define DM644X_EMAC_CNTRL_OFFSET 0x0000 |
#define DM644X_EMAC_CNTRL_RAM_OFFSET 0x2000 |
#define DM644X_EMAC_CNTRL_RAM_SIZE 0x2000 |
#define DM644X_OSD_BASE 0x01c72600 |
#define DM644X_REF_FREQ 27000000 |
#define DM644X_VENC_BASE 0x01c72400 |
#define DM644X_VPSS_BASE 0x01c73400 |
#define DM644X_VPSS_DACCLKEN BIT(4) |
#define DM644X_VPSS_MUXSEL_PLL2_MODE BIT(0) |
#define DM644X_VPSS_MUXSEL_VPBECLK_MODE BIT(1) |
#define DM644X_VPSS_VENCLKEN BIT(3) |
postcore_initcall |
( |
dm644x_init_devices |
| ) |
|