From ef5b9a675b54a4824ba465f2396df621e604e63f Mon Sep 17 00:00:00 2001 From: Eric Bode Date: Thu, 20 Jan 2022 09:50:05 +0100 Subject: [PATCH] conf: machine: add orange-pi-r1 Add the machine configuration for the Orange Pi R1. Signed-off-by: Eric Bode --- conf/machine/orange-pi-r1.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 conf/machine/orange-pi-r1.conf diff --git a/conf/machine/orange-pi-r1.conf b/conf/machine/orange-pi-r1.conf new file mode 100644 index 0000000..78d167b --- /dev/null +++ b/conf/machine/orange-pi-r1.conf @@ -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" +