Subversion Repositories freemyipod

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
881 theseven 1
#ifndef __SOC_S5L87XX_8720_TARGET_H__
2
#define __SOC_S5L87XX_8720_TARGET_H__
3
 
4
#include "soc/s5l87xx/target.h"
5
#include "cpu/arm/old/v6/arm1176jzf-s/target.h"
6
 
7
#define CACHEALIGN_BITS 5
8
#define DMAALIGN_BITS 5
9
#define DEFAULT_SRAM_SIZE 0x2c000
10
#define DEFAULT_SDRAM_SIZE 0x02000000
11
#define DEFAULT_PAGETABLE_BASEADDR 0x2202c000
12
#define SYNOPSYSOTG_TURNAROUND 5
13
#define SYNOPSYSOTG_AHB_BURST_LEN 5
14
#define SYNOPSYSOTG_CLOCK 0x11
15
 
16
#endif