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"