sunxi: add support for NanoPi NEO Plus2 board
[openwrt/openwrt.git] / target / linux / sunxi / image / cortex-a53.mk
1 #
2 # Copyright (C) 2013-2016 OpenWrt.org
3 # Copyright (C) 2016 Yousong Zhou
4 #
5 # This is free software, licensed under the GNU General Public License v2.
6 # See /LICENSE for more information.
7 #
8 ifeq ($(SUBTARGET),cortexa53)
9
10 define Device/sun50i-h5-nanopi-neo-plus2
11 DEVICE_TITLE:=Nanopi NEO Plus2 (H5)
12 SUPPORTED_DEVICES:=nanopi-neo-plus2
13 SUNXI_DTS:=allwinner/sun50i-h5-nanopi-neo-plus2
14 KERNEL_NAME := Image
15 KERNEL := kernel-bin
16 endef
17
18 TARGET_DEVICES += sun50i-h5-nanopi-neo-plus2
19
20 define Device/sun50i-a64-pine64-plus
21 DEVICE_TITLE:=Pine64 Plus A64
22 SUPPORTED_DEVICES:=pine64,pine64-plus
23 SUNXI_DTS:=allwinner/sun50i-a64-pine64-plus
24 KERNEL_NAME := Image
25 KERNEL := kernel-bin
26 endef
27
28 TARGET_DEVICES += sun50i-a64-pine64-plus
29
30 endif