From 51146e732850103ef733e75a2400ec83a3c6a4c1 Mon Sep 17 00:00:00 2001 From: Marek Belisko Date: Fri, 8 Apr 2022 11:37:35 +0200 Subject: [PATCH] conf: machine: Added nanopi r1 support Signed-off-by: Marek Belisko --- conf/machine/nanopi-r1.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 conf/machine/nanopi-r1.conf diff --git a/conf/machine/nanopi-r1.conf b/conf/machine/nanopi-r1.conf new file mode 100644 index 0000000..8f5911c --- /dev/null +++ b/conf/machine/nanopi-r1.conf @@ -0,0 +1,8 @@ +#@TYPE: Machine +#@NAME: NanoPi R1 +#@DESCRIPTION: Machine configuration for the FriendlyARM NanoPi R1, based on #the Allwinner H3 CPU + +require conf/machine/include/sun8i.inc + +KERNEL_DEVICETREE = "sun8i-h3-nanopi-r1.dtb" +UBOOT_MACHINE = "nanopi_r1_defconfig"