From 0a77e55428123c4da475f9ed229dd94543130c08 Mon Sep 17 00:00:00 2001 From: James Pettigrew Date: Thu, 12 Jan 2017 11:24:59 +1100 Subject: [PATCH] Add support for FriendlyARM NanoPi Neo board Signed-off-by: James Pettigrew --- conf/machine/nanopi-neo.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 conf/machine/nanopi-neo.conf diff --git a/conf/machine/nanopi-neo.conf b/conf/machine/nanopi-neo.conf new file mode 100644 index 0000000..e78414f --- /dev/null +++ b/conf/machine/nanopi-neo.conf @@ -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"