dm365.h 1.3 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/*
 * Copyright (C) 2009 Texas Instruments Incorporated
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation version 2.
 *
 * This program is distributed "as is" WITHOUT ANY WARRANTY of any
 * kind, whether express or implied; without even the implied warranty
 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */
#ifndef __ASM_ARCH_DM365_H
#define __ASM_ARCH_DM665_H

#include <linux/platform_device.h>
#include <mach/hardware.h>
#include <mach/emac.h>
19
#include <mach/asp.h>
20
#include <mach/keyscan.h>
21 22 23 24 25 26 27 28

#define DM365_EMAC_BASE			(0x01D07000)
#define DM365_EMAC_CNTRL_OFFSET		(0x0000)
#define DM365_EMAC_CNTRL_MOD_OFFSET	(0x3000)
#define DM365_EMAC_CNTRL_RAM_OFFSET	(0x1000)
#define DM365_EMAC_MDIO_OFFSET		(0x4000)
#define DM365_EMAC_CNTRL_RAM_SIZE	(0x2000)

29 30 31
/* Base of key scan register bank */
#define DM365_KEYSCAN_BASE		(0x01C69400)

32 33
#define DM365_RTC_BASE			(0x01C69000)

34
void __init dm365_init(void);
35
void __init dm365_init_asp(struct snd_platform_data *pdata);
36
void __init dm365_init_ks(struct davinci_ks_platform_data *pdata);
37
void __init dm365_init_rtc(void);
38 39

#endif /* __ASM_ARCH_DM365_H */