conf: machine: add orange-pi-r1

Add the machine configuration for the Orange Pi R1.

Signed-off-by: Eric Bode <eric.bode@foundries.io>
pull/337/head
Eric Bode 2022-01-20 09:50:05 +01:00
parent b9a5f19db2
commit ef5b9a675b
No known key found for this signature in database
GPG Key ID: 79CD1699EB8F40CE
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#@TYPE: Machine
#@NAME: orange-pi-r1
#@DESCRIPTION: Machine configuration for the orange-pi-r1, base on allwinner H2+ CPU
require conf/machine/include/sun8i.inc
KERNEL_DEVICETREE = "sun8i-h2-plus-orangepi-r1.dtb"
UBOOT_MACHINE = "orangepi_r1_defconfig"