Add support for FriendlyARM NanoPi Neo board

Signed-off-by: James Pettigrew <james@innovum.com.au>
pull/159/head
James Pettigrew 2017-01-12 11:24:59 +11:00 committed by GitHub
parent e372befda7
commit 0a77e55428
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#@TYPE: Machine
#@NAME: nanopi-neo
#@DESCRIPTION: Machine configuration for the FriendlyARM NanoPi Neo, based on the Allwinner H3 CPU
require conf/machine/include/sun8i.inc
PREFERRED_VERSION_linux = "4.9.0+git%"
PREFERRED_VERSION_u-boot = "v2016.11%"
KERNEL_DEVICETREE = "sun8i-h3-nanopi-neo.dtb"
UBOOT_MACHINE = "nanopi_neo_defconfig"
DEFAULTTUNE = "cortexa7hf-neon-vfpv4"