2
0
forked from Ivasoft/openwrt

move clock frequencies into clock driver

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 34556
This commit is contained in:
Florian Fainelli
2012-12-06 22:40:26 +00:00
parent 60663b12b2
commit b1f1381c27
2 changed files with 2 additions and 7 deletions

View File

@@ -9,8 +9,6 @@
#ifndef __ADM8668_H__
#define __ADM8668_H__
#define SYS_CLOCK 175000000
/*======================= Physical Memory Map ============================*/
#define ADM8668_SDRAM_BASE 0
#define ADM8668_SMEM1_BASE 0x10000000
@@ -29,9 +27,6 @@
#define ADM8668_PCICFG_BASE 0x12200000
#define ADM8668_PCIDAT_BASE 0x12400000
/** onboard uart **/
#define ADM8668_UARTCLK_FREQ 62500000
/* interrupt levels */
#define INT_LVL_SWI 1
#define INT_LVL_COMMS_RX 2