summaryrefslogtreecommitdiff
path: root/board/devboards/dbm-soc1/socfpga.c
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2018-02-25 01:34:00 +0300
committerMarek Vasut <marex@denx.de>2018-02-26 16:06:02 +0300
commit7fb464302ea805ec326cc81507adf38e4d6d777b (patch)
tree1d9ae3e173f1d09d361113a45e8ab1bf4d0f4669 /board/devboards/dbm-soc1/socfpga.c
parent85447f785ce8c0ab8e40850dc457a1fc833d224f (diff)
downloadu-boot-7fb464302ea805ec326cc81507adf38e4d6d777b.tar.xz
ARM: socfpga: Add new CycloneV SoC Devboards DBM-SoC1 board
Add support for a new boards from devboards.de , the DBM-SoC1 . This board has one ethernet port, one USB OTG port and USB UART. Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'board/devboards/dbm-soc1/socfpga.c')
-rw-r--r--board/devboards/dbm-soc1/socfpga.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/devboards/dbm-soc1/socfpga.c b/board/devboards/dbm-soc1/socfpga.c
new file mode 100644
index 0000000000..78743b5b75
--- /dev/null
+++ b/board/devboards/dbm-soc1/socfpga.c
@@ -0,0 +1,6 @@
+/*
+ * Copyright (C) 2018 Marek Vasut <marex@denx.de>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+#include <common.h>