target: socfpga: Add Altera SoCFPGA support
[openwrt.git] / target / linux / socfpga / profiles / 110-socfpga_sockit.mk
1 #
2 # Copyright (C) 2015 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/SOCFPGA_SOCKIT
9         NAME:=Terasic SoCKit
10         PACKAGES:=uboot-socfpga-socfpga_cyclone5_sockit
11         DEPENDS:=+@TARGET_ROOTFS_INCLUDE_KERNEL +@TARGET_ROOTFS_INCLUDE_DTB
12 endef
13
14 define Profile/SOCFPGA_SOCKIT/Description
15  The Terasic SoCKit is based on the Altera Cyclone V SoC
16  and offers a large variety of peripherals such as:
17
18   * DDR3
19   * NAND or SPI flash
20   * USB EHCI
21   * USB OTG
22   * User GPIO
23 endef
24
25 SOCFPGA_SOCKIT_DTS := \
26         socfpga_cyclone5_sockit
27
28 $(eval $(call Profile,SOCFPGA_SOCKIT))