conf: machine: Add "Orange Pi One Plus" support

Signed-off-by: Ilja Byckevich <iljabyckevich@gmail.com>
pull/364/head
Ilja Byckevich 2023-01-30 20:13:27 +03:00 committed by Marek Belisko
parent 34ac6458dd
commit 3bab03d8a2
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#@TYPE: Machine
#@NAME: orange-pi-one-plus
#@DESCRIPTION: Machine configuration for the Orange Pi One Plus, based on Allwinner H6 CPU
require conf/machine/include/sun50i.inc
KERNEL_DEVICETREE = "allwinner/sun50i-h6-orangepi-one-plus.dtb"
UBOOT_MACHINE = "orangepi_one_plus_defconfig"