Root/
| 1 | #ifndef __CONFIG_H_4520 |
| 2 | #define __CONFIG_H_4520 |
| 3 | |
| 4 | #define CONFIG_ARV4520 1 |
| 5 | #define CONFIG_ARCADYAN "ARV4520PW" |
| 6 | |
| 7 | #define CONFIG_SYS_MAX_RAM 32*1024*1024 |
| 8 | #define CONFIG_USE_DDR_PSC_32 1 |
| 9 | #define CONFIG_SYS_PROMPT "ARV4520 => " |
| 10 | #define CONFIG_RMII 1 |
| 11 | #define CONFIG_ADM6996_SWITCH 1 |
| 12 | #define CONFIG_EBU_GPIO 0x400 |
| 13 | |
| 14 | #define CONFIG_BUTTON_PORT0 |
| 15 | #define CONFIG_BUTTON_PIN 11 |
| 16 | #define CONFIG_BUTTON_LEVEL 0 |
| 17 | |
| 18 | #include "arcadyan-common.h" |
| 19 | |
| 20 | #endif |
| 21 |
