From 7c6cefcfe655b16285436d5d44560aedff8eb5e0 Mon Sep 17 00:00:00 2001 From: Marek Belisko Date: Sat, 15 Jun 2019 16:28:07 +0200 Subject: [PATCH] conf: machine: Add Machine Nano Pi M1 Plus Signed-off-by: Thinh Nguyen Signed-off-by: Marek Belisko --- conf/machine/nanopi-m1-plus.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/machine/nanopi-m1-plus.conf diff --git a/conf/machine/nanopi-m1-plus.conf b/conf/machine/nanopi-m1-plus.conf new file mode 100644 index 0000000..410cedb --- /dev/null +++ b/conf/machine/nanopi-m1-plus.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: nanopi M1 Plus +#@DESCRIPTION: Machine configuration for the FriendlyARM NanoPi Neo, based on the Allwinner H3 CPU + +require conf/machine/include/sun8i.inc + +PREFERRED_VERSION_u-boot = "v2018.09%" + +KERNEL_DEVICETREE = "sun8i-h3-nanopi-m1-plus.dtb" +UBOOT_MACHINE = "nanopi_m1_plus_defconfig" +