| 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_USE_DDR_PSC_64 1 |
| 9 | #define CONFIG_SYS_PROMPT "ARV752DPW => " |
| 10 | |
| 11 | #define CONFIG_RMII |
| 12 | #define CONFIG_RTL8306G_SWITCH 1 |
| 13 | //#define CONFIG_EBU_GPIO 0x2 |
| 14 | #define CONFIG_SWITCH_PORT1 |
| 15 | #define CONFIG_SWITCH_PIN 3 |
| 16 | //#define CONFIG_BUTTON_PORT0 |
| 17 | //#define CONFIG_BUTTON_PIN 12 |
| 18 | |
| 19 | #include "arcadyan-common.h" |
| 20 | |
| 21 | #endif |
| 22 | |