From 17c1731264cf9c1e89f0a4cac6367257ab417975 Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Wed, 10 Jan 2018 12:54:04 -0800 Subject: [PATCH] nanopi-neo-air: add new board We have devicetree and u-boot configs for the nanopi-neo-air, so add them. As a basic test, this boots correctly on my nanopi-neo-air. Signed-off-by: Martin Kelly --- conf/machine/nanopi-neo-air.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/machine/nanopi-neo-air.conf diff --git a/conf/machine/nanopi-neo-air.conf b/conf/machine/nanopi-neo-air.conf new file mode 100644 index 0000000..d89838f --- /dev/null +++ b/conf/machine/nanopi-neo-air.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nanopi-neo-air +#@DESCRIPTION: Machine configuration for the FriendlyARM NanoPi Neo Air, based +# on the Allwinner H3 CPU. + +require conf/machine/include/sun8i.inc + +PREFERRED_VERSION_u-boot = "v2017.11%" + +KERNEL_DEVICETREE = "sun8i-h3-nanopi-neo-air.dtb" +UBOOT_MACHINE = "nanopi_neo_air_defconfig"