Origen: Add DNW support

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
diff --git a/include/configs/origen.h b/include/configs/origen.h
index 1f01338..cfdaac5 100644
--- a/include/configs/origen.h
+++ b/include/configs/origen.h
@@ -28,6 +28,7 @@
 /* High Level Configuration Options */
 #define CONFIG_SAMSUNG			1	/* SAMSUNG core */
 #define CONFIG_S5P			1	/* S5P Family */
+#define CONFIG_S5PC210			1	/* which is a EXYNOS4210 SoC */
 #define CONFIG_EXYNOS4210		1	/* which is a EXYNOS4210 SoC */
 #define CONFIG_ORIGEN			1	/* working with ORIGEN*/
 
@@ -177,6 +178,13 @@
 #define BL2_START_OFFSET	((CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)/512)
 #define BL2_SIZE_BLOC_COUNT	(COPY_BL2_SIZE/512)
 
+#define CONFIG_CMD_USB
+#ifdef CONFIG_CMD_USB
+#define CONFIG_USB_OHCI
+#define CONFIG_S3C_USBD
+#define USBD_DOWN_ADDR			0xC0000000
+#endif
+
 /* Enable devicetree support */
 #define CONFIG_OF_LIBFDT
 #endif	/* __CONFIG_H */