a73a87c5ce43bb0c8a2577ef8d613d6ca3d0a3b6
[openwrt/openwrt.git] / package / uboot-lantiq / files / include / configs / arv752DPW.h
1 #ifndef __CONFIG_H_752DPW
2 #define __CONFIG_H_752DPW
3
4 #define CONFIG_ARV752DPW 1
5 #define CONFIG_ARCADYAN "ARV752DPW"
6
7 #define CONFIG_SYS_MAX_RAM 64*1024*1024
8 #define CONFIG_SYS_PROMPT "ARV752DPW => "
9
10 //#define CONFIG_RMII
11 #define CONFIG_RTL8306_SWITCH 1
12 //#define CONFIG_EBU_GPIO 0x2
13 #define CONFIG_SWITCH_PORT1
14 #define CONFIG_SWITCH_PIN 3
15 //#define CONFIG_BUTTON_PORT0
16 //#define CONFIG_BUTTON_PIN 12
17
18 #include "arcadyan-common.h"
19
20 #endif