conf: machine: Added nanopi r1 support

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
pull/345/head
Marek Belisko 2022-04-08 11:37:35 +02:00
parent 3b798310df
commit e8d39837e2
1 changed files with 8 additions and 0 deletions

View File

@ -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"